View source: R/getParkUnitInfo.R
get_park_code | R Documentation |
'get_park_code' is identical to 'get_unit_code' except the output is restricted to just National Parks (as opposed to including networks, etc.). Accesses info from irmaservices.nps.gov. Search for park or park unit with any string and return all applicable national park unitCodes.
get_park_code(park)
park |
is a case-insensitive string containing some part of the unit's FullName, e.g "Yellow". |
one data frame to the global environment. May contain multiple matches.
## Not run:
get_park_code("Yellow")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.