Description Usage Arguments Value See Also Examples
Lookup and entry in an object with names
1 | lookup(x, dict = getOption("dictionary", abbreviations), missing = NA)
|
x |
string; one-element character vector |
dict |
object that has a names attribute that is used to look up the associated values. |
missing |
value to return if the value cannot be found, (DEFAULT: NA) Looks up and returns the item(s) in It is not uncommon to set |
one or more values looked up by name in the dictionary. There is no guarantee that there will be only one item returned per-lookup
extract
which is used internally to match
names
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.