Add NRS StationName to data
pr_add_StationName(df)
A dataframe with StationName added
df <- pr_get_NRSStation() %>%
pr_add_StationName()
#> Warning: One or more parsing issues, call `problems()` on your data frame for details,
#> e.g.:
#> dat <- vroom(...)
#> problems(dat)