View source: R/prepare_ae_listing.R
prepare_ae_listing | R Documentation |
Prepare datasets for AE listing
prepare_ae_listing(meta, analysis, population, observation, parameter)
meta |
A metadata object created by metalite. |
analysis |
Analysis name from |
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. |
A list of analysis datasets needed for AE listing.
meta <- meta_ae_example()
str(prepare_ae_listing(meta, "ae_listing", "apat", "wk12", "ser"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.