getNames | R Documentation |
Retrieves park names from an NPSForVeg object of a list of such objects.
getNames(object, name.class = "short")
object |
Either an NPSForVeg object or a list of such objects |
name.class |
Type of name to return. One of three options, in quotes.
|
A character vector with one or more park names.
## Not run:
ncrn <- importNCRN("C:/Data")
# full park names
getNames(ncrn, name.class = "long")
# park codes
getNames(ncrn, name.class = "code")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.