View source: R/prepare_exp_duration.R
prepare_exp_duration | R Documentation |
Prepare data for exposure duration table
prepare_exp_duration(
meta,
analysis = "exp_dur",
population = meta$plan[meta$plan$analysis == analysis, ]$population,
parameter = paste(meta$plan[meta$plan$analysis == analysis, ]$parameter, collapse =
";")
)
meta |
A metadata object created by metalite. |
analysis |
A character value of analysis term name. The term name is used as key to link information. |
population |
A character value of population 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. |
A list of analysis raw datasets.
meta <- meta_sl_exposure_example()
meta |> prepare_exp_duration()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.