trim_station_nm {inldata} | R Documentation |
Trim Station Names
Description
Convert station names to common site names.
Usage
trim_station_nm(x)
Arguments
x |
'character' vector.
Station names, such as |
Value
A vector of common site names parsed from x
.
Author(s)
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
Examples
x <- c(
"03N 29E 12DDB1 FIRE STA 2",
"03N 29E 24CCA1 MIDDLE 2050A PORT15 ZONE15 516.8FT"
)
trim_station_nm(x)
[Package inldata version 1.2.7 Index]