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)
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.
if (FALSE) { # \dontrun{
get_unit_code_info("SFCN")
} # }