Add NRS StationName to data

pr_add_StationName(df)

Arguments

df

A dataframe that contains StationCode but no StationName

Value

A dataframe with StationName added

Examples

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)