prepare_disposition {metalite.sl} | R Documentation |
Prepare data for treatment compliance table
Description
Prepare data for treatment compliance table
Usage
prepare_disposition(
meta,
analysis = "disp",
population = meta$plan[meta$plan$analysis == analysis, ]$population,
parameter = paste(meta$plan[meta$plan$analysis == analysis, ]$parameter, collapse =
";")
)
Arguments
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. |
Value
A list of analysis raw datasets.
Examples
meta <- meta_sl_example()
meta |> prepare_base_char()
[Package metalite.sl version 0.1.1 Index]