collect_observation_index | R Documentation |
Collect observation record index from observation dataset
collect_observation_index(meta, population, observation, parameter)
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. |
A vector of patient index within the observation group.
meta <- meta_example()
collect_observation_index(meta, "apat", "wk12", "ser")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.