Description Usage Arguments Details Value Note See Also Examples
Notes:
This function is not exported.
make.keys()
will be deprecated in a future release; Use make_keys()
instead.
1 2 3 |
key |
An object that represents the key(s) to be coerced to a valid hash keys. |
Given a vector of any type, make_keys
tries to coerce it into a
character vector that can be used as a hash key. It is just a wrapper
around base::as.character()
with some additional error checking.
#' make_keys
will replace make.keys
in a future release.
A character vector of valid keys/names
This is used internally by the hash package and should not be normally needed. It is not exported.
base::as.character()
base::make.names()
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.