Skip to content

Commit

Permalink
adding references
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed Jan 29, 2024
1 parent 91a698e commit d432ec2
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
5 changes: 3 additions & 2 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@
#'
#' 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()].
#' using [teal_slices()].
#'
#' @param data (`teal_data` or `teal_data_module`)
#' For constructing the data object, refer to [teal_data()] and [teal_data_module()].
#' @param modules (`list` or `teal_modules` or `teal_module`)
#' nested list of `teal_modules` or `teal_module` objects or a single
#' `teal_modules` or `teal_module` object. These are the specific output modules which
Expand All @@ -30,7 +31,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`)
#' Initial filter specification.
#' Specifies the initial filter using [teal_slices()].
#' @param header (`shiny.tag` or `character(1)`)
#' The header of the app.
#' @param footer (`shiny.tag` or `character(1)`)
Expand Down
5 changes: 3 additions & 2 deletions man/init.Rd

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

2 changes: 1 addition & 1 deletion man/module_filter_manager.Rd

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

2 changes: 1 addition & 1 deletion man/module_filter_manager_modal.Rd

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

5 changes: 3 additions & 2 deletions man/srv_teal_with_splash.Rd

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

3 changes: 2 additions & 1 deletion man/ui_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 d432ec2

Please sign in to comment.