View source: R/toolCodeLabels.R
toolCodeLabels | R Documentation |
This function replaces a hash code (e.g. regioncode) or another cryptic code with a human readable code via a given dictionary. This can be useful to make outputs better readable in cases where hash codes are already known to the user. If no entry exists in the dictionary the hash code is returned again.
toolCodeLabels(get = NULL, add = NULL)
get |
A vector of hash codes which should be replaced |
add |
Additional entries that should be added to the dictionary. Need to be provided in the form of a named vector with the structure c(<label>=<hash>), e.g. c(h12="62eff8f7") |
A vector with either labels (if available) or hash codes (if no label was available).
Jan Philipp Dietrich
regionscode
toolCodeLabels("62eff8f7")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.