equivalentName | R Documentation |
data.frame
of equivalenciesThis is simply a wrapper around match
or \%in\%
for
a specific data.frame
of values.
equivalentName(value, df, column, multi = FALSE, searchColumn = NULL)
equivalentNameColumn(value, df, column, multi = FALSE, searchColumn = NULL)
value |
Vector of values to match in |
df |
A |
column |
A character string or numeric of length 1, indicating the column
in |
multi |
Logical. If |
searchColumn |
Optionally, provide the name of a column in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.