define_plan | R Documentation |
Define analysis plan meta information for ADaM dataset
define_plan(meta, plan)
meta |
A |
plan |
A data frame for analysis plan. |
A metadata object with plans defined.
plan <- plan(
analysis = "ae_summary", population = "apat",
observation = c("wk12", "wk24"), parameter = "any;rel;ser"
)
meta_adam(
population = r2rtf::r2rtf_adsl,
observation = r2rtf::r2rtf_adae
) |>
define_plan(plan)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.