View source: R/prepare_ae_summary.R
prepare_ae_summary | R Documentation |
Prepare datasets for AE summary
prepare_ae_summary(meta, population, observation, parameter, ...)
meta |
A metadata object created by metalite. |
population |
A character value of population term name. The term name is used as key to link information. |
observation |
A character value of observation term name. The term name is used as key to link information. |
parameter |
A character value of parameter term name. The term name is used as key to link information. |
... |
Additional arguments passed to |
A list of analysis datasets needed for AE summary.
meta <- meta_ae_example()
prepare_ae_summary(
meta,
population = "apat",
observation = "wk12",
parameter = "any;rel;ser"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.