View source: R/applydictionary.R
getDictionaryValue | R Documentation |
Retrieve the value of one parameters (column) in the dictionary, searching for the generic_name usual column values to retrieve are for type, dico, unknowns Give an error if column name is incorrect Return NA if searched varname is not found
getDictionaryValue(varname, valuename = c("type", "dico", "unknowns"))
varname |
The varname for which we will retrieve content of one column from dictionary |
valuename |
Name of the coulumn to retrieve from dictionary |
A single value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.