parse_station_nm {inldata} | R Documentation |
Parse Station Names
Description
Convert station names to common site names.
Usage
parse_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(
"02N 30E 08DAD1 BADGING FACILITY",
"03N 29E 33CCC1 MIDDLE 2051 PORT6 ZONE6 826.8FT",
"MUD LAKE NR TERRETON ID"
)
parse_station_nm(x)
[Package inldata version 1.2.7 Index]