View source: R/getParkUnitInfo.R
get_unit_code_info | R Documentation |
'get_unit_code_info' accesses info from irmaservices.nps.gov and allows you to search a Park Unit Code and determine which park, network, or other entity it is associated with along with ancillary information.
get_unit_code_info(code)
code |
is a case-insensitive string. It typically is 4 letters long and typically does not include numbers but may be longer, shorter, or include special characters such as "-", e.g. "SFCN". |
one data frame to the global environment. May contain multiple matches. Sufficient detail should be provided to determine the intended Park Unit's name. Data frame includes UnitCode, FullName, UnitLifeCycle, Network, Region, and StateCodes.
## Not run:
get_unit_code_info("SFCN")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.