powered by
Collect specification for title
collect_title( meta, population, observation, parameter, analysis, title_order = c("analysis", "observation", "population") )
A vector of strings to compose the table captions.
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.
A character value of analysis term name. The term name is used as key to link information.
A character vector to define the order of title from each component.
meta <- meta_example() collect_title(meta, "apat", "wk12", "ser", "ae_summary") collect_title(meta, "apat", "wk12", "ser", "ae_specific")
Run the code above in your browser using DataLab