Skip to content

Commit

Permalink
updating filter description
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Jan 29, 2024
1 parent a6b98fe commit 91a698e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
8 changes: 5 additions & 3 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
#' When initializing the `teal` app, if `datanames` are not set for the `teal_data` object,
#' defaults from the `teal_data` environment will be used.
#'
#' Note: the older method of filter specification via a list is deprecated and
#' will be discontinued in next release. Users are encouraged to update their applications
#' using [teal::teal_slices()].
#'
#' @param data (`teal_data` or `teal_data_module`)
#' @param modules (`list` or `teal_modules` or `teal_module`)
#' nested list of `teal_modules` or `teal_module` objects or a single
Expand All @@ -26,9 +30,7 @@
#' Can be created using the `build_app_title()` or
#' by passing a valid `shiny.tag` which is a head tag with title and link tag.
#' @param filter (`teal_slices`)
#' Specification of initial filter. Filters can be specified using [teal::teal_slices()].
#' Old way of specifying filters through a list is deprecated and will be removed in the
#' next release. Please fix your applications to use [teal::teal_slices()].
#' Initial filter specification.
#' @param header (`shiny.tag` or `character(1)`)
#' The header of the app.
#' @param footer (`shiny.tag` or `character(1)`)
Expand Down
8 changes: 5 additions & 3 deletions man/init.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/module_filter_manager.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/module_filter_manager_modal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions man/srv_teal_with_splash.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 91a698e

Please sign in to comment.