powered by
Collect observation record index from observation dataset
collect_observation_index(meta, population, observation, parameter)
A vector of patient index within the observation group.
A meta_adam object.
meta_adam
A character value of population term name. The term name is used as key to link information.
A character value of observation term name. The term name is used as key to link information.
A character value of parameter term name. The term name is used as key to link information.
meta <- meta_example() collect_observation_index(meta, "apat", "wk12", "ser")
Run the code above in your browser using DataLab