Skip to content

Commit

Permalink
examples ::: R/data_extract_module.R
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 7, 2024
1 parent 2a826a6 commit 0e17987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/data_extract_module.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ id_for_dataset <- function(dataname) {
#' @return (`shiny.tag`) the Shiny tag with the HTML code for the panel
#' @keywords internal
#' @examples
#' teal.transform:::cond_data_extract_single_ui(
#' # use non-exported function from teal.transform
#' cond_data_extract_single_ui <- getFromNamespace("cond_data_extract_single_ui", "teal.transform")
#'
#' cond_data_extract_single_ui(
#' shiny::NS("TEST"),
#' data_extract_spec(dataname = "test")
#' )
Expand Down
5 changes: 4 additions & 1 deletion man/cond_data_extract_single_ui.Rd

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

0 comments on commit 0e17987

Please sign in to comment.