Skip to content

Commit

Permalink
chore: fix examples that use older TealData
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 8, 2023
1 parent 15b6756 commit c7870e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
5 changes: 1 addition & 4 deletions R/tm_g_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@
#' join_keys(data) <- cdisc_join_keys(!!!datanames)
#'
#' app <- teal::init(
#' data = teal.data::cdisc_data(
#' teal.data::cdisc_dataset("ADSL", data[["ADSL"]], code = "ADSL <- teal.modules.general::rADSL"),
#' check = TRUE
#' ),
#' data = data,
#' modules = teal::modules(
#' teal.modules.general::tm_g_response(
#' label = "Response Plots",
Expand Down
5 changes: 1 addition & 4 deletions R/tm_t_crosstable.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
#' join_keys(data) <- cdisc_join_keys(!!!datanames)
#'
#' app <- teal::init(
#' data = teal.data::cdisc_data(
#' teal.data::cdisc_dataset("ADSL", data[["ADSL"]], code = "ADSL <- teal.modules.general::rADSL"),
#' check = TRUE
#' ),
#' data = data,
#' modules = teal::modules(
#' teal.modules.general::tm_t_crosstable(
#' label = "Cross Table",
Expand Down
5 changes: 1 addition & 4 deletions man/tm_g_response.Rd

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

5 changes: 1 addition & 4 deletions man/tm_t_crosstable.Rd

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

0 comments on commit c7870e7

Please sign in to comment.