View source: R/prepare_boxly.R
prepare_boxly | R Documentation |
Prepare data for interactive box plot
prepare_boxly(meta, population = NULL, observation = NULL, analysis = NULL)
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. |
analysis |
A character value of analysis term name. The term name is used as key to link information. |
Metadata list with plotting dataset.
Metadata list with plotting dataset
library(metalite)
meta <- meta_boxly(
boxly_adsl,
boxly_adlb,
population_term = "apat",
observation_term = "wk12"
)
prepare_boxly(meta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.