parse_station_nm | R Documentation |
Convert station names to common site names.
parse_station_nm(x)
x |
'character' vector.
Station names, such as |
A vector of common site names parsed from x
.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
x <- c(
"02N 30E 08DAD1 BADGING FACILITY",
"03N 29E 33CCC1 MIDDLE 2051 PORT6 ZONE6 826.8FT",
"MUD LAKE NR TERRETON ID"
)
parse_station_nm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.