collect_observation_record | R Documentation |
The key variables used in id
, group
, and subset
are displayed by default.
collect_observation_record(
meta,
population,
observation,
parameter,
var = NULL
)
meta |
A |
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. |
var |
A character vector of additional variables to be displayed in the output. |
A data frame of the observation dataset.
meta <- meta_example()
collect_observation_record(meta, "apat", "wk12", "ser")
collect_observation_record(meta, "apat", "wk12", "ser", var = "AEDECOD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.