trim_station_nm | R Documentation |
Convert station names to common site names.
trim_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(
"03N 29E 12DDB1 FIRE STA 2",
"03N 29E 24CCA1 MIDDLE 2050A PORT15 ZONE15 516.8FT"
)
trim_station_nm(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.