make.keys | R Documentation |
Given an vector of any type, make.keys
tries to coerce it into a
character vector that can be used as a hash key. This is used internally
by the hash package and should not be normally needed.
make.keys(key)
key |
An object that represents the key(s) to be coerced to a valid hash keys. |
This function is used internally by the hash
class to
ensure that the keys are valid. There should be no need to use this
externally and is only documented for completeness.
A character vector of valid keys
Christopher Brown
See also as hash
make.keys( letters )
make.keys( 1:26 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.