View source: R/meta_forestly.R
meta_forestly | R Documentation |
Create metadata for interactive forest plot
meta_forestly(
dataset_adsl,
dataset_adae,
population_term,
population_subset = SAFFL == "Y",
observation_term,
observation_subset = SAFFL == "Y",
parameter_term = "any;rel;ser"
)
dataset_adsl |
ADSL source dataset. |
dataset_adae |
ADAE source dataset. |
population_term |
A character value of population term name. |
population_subset |
An unquoted condition for selecting the populations from ADSL dataset. |
observation_term |
A character value of observation term name. |
observation_subset |
An unquoted condition for selecting the observations from ADAE dataset. |
parameter_term |
A character value of parameter term name. |
A metalite object.
meta_forestly(
forestly_adsl,
forestly_adae,
population_term = "apat",
observation_term = "wk12"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.