collect_title {metalite} | R Documentation |
Collect specification for title
Description
Collect specification for title
Usage
collect_title(
meta,
population,
observation,
parameter,
analysis,
title_order = c("analysis", "observation", "population")
)
Arguments
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. |
analysis |
A character value of analysis term name. The term name is used as key to link information. |
title_order |
A character vector to define the order of title from each component. |
Value
A vector of strings to compose the table captions.
Examples
meta <- meta_example()
collect_title(meta, "apat", "wk12", "ser", "ae_summary")
collect_title(meta, "apat", "wk12", "ser", "ae_specific")
[Package metalite version 0.1.3 Index]