Skip to content

Commit

Permalink
apply review
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Feb 6, 2024
1 parent 4027faa commit 7741f1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion R/module_nested_tabs.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
#' flag determining if the filter panel is global or module-specific.
#' When set to `TRUE`, a filter panel is called inside of each module tab.
#'
#' @return depending on the class of `modules`, `ui_nested_tabs` returns:
#' @return
#' Depending on the class of `modules`, `ui_nested_tabs` returns:
#' - `teal_module`: instantiated UI of the module.
#' - `teal_modules`: `tabsetPanel` with each tab corresponding to recursively
#' calling this function on it.
#'
#' `srv_nested_tabs` returns a reactive which returns the active module that corresponds to the selected tab.
#'
#' @examples
Expand Down
5 changes: 3 additions & 2 deletions man/module_nested_tabs.Rd

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

0 comments on commit 7741f1e

Please sign in to comment.