View source: R/nsink_get_data.R
nsink_get_huc_id | R Documentation |
This function takes a HUC Name and returns matching HUC 12 IDs. The default
behavior is to select all possible matching IDs without matching the case of
the string. If an exact match is required, use the exact
argument.
nsink_get_huc_id(huc_name, exact = FALSE)
huc_name |
Character string of a HUC Name or partial HUC name |
exact |
Logical indicating whether or not to do an exact match |
A data frame with HUC_12 and HU_12_NAME that match the huc_name
nsink_get_huc_id(huc_name = "Niantic River")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.