oak_id_vars | R Documentation |
oak_id_vars()
is a helper function providing the variable (column) names to
be regarded as keys in tibbles representing raw
datasets. By default, the set of names is
oak_id, raw_source, and patient_number. Extra variable names may be
indicated and passed in extra_vars
which are appended to the default names.
oak_id_vars(extra_vars = NULL)
extra_vars |
A character vector of extra column names to be appended to the default names: oak_id, raw_source, and patient_number. |
A character vector of column names to be regarded as keys in raw datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.