cdisc_data | R Documentation |
teal
appFunction is a wrapper around teal_data()
and guesses join_keys
for given datasets whose names match ADAM datasets names.
cdisc_data(
...,
join_keys = teal.data::default_cdisc_join_keys[names(rlang::list2(...))],
code = character(0),
check
)
... |
any number of objects (presumably data objects) provided as |
join_keys |
( |
code |
( |
check |
This function checks if there were keys added to all data sets.
A teal_data
object.
data <- cdisc_data(
join_keys = join_keys(
join_key("ADSL", "ADTTE", c("STUDYID" = "STUDYID", "USUBJID" = "USUBJID"))
)
)
data <- within(data, {
ADSL <- example_cdisc_data("ADSL")
ADTTE <- example_cdisc_data("ADTTE")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.