Add NRS StationCode to data

pr_add_StationCode(df)

Arguments

df

A dataframe that contains StationName but no StationCode

Value

A dataframe with StationCode added

Examples

df <- pr_get_NRSStation() %>%
    pr_add_StationCode()
#> Warning: One or more parsing issues, call `problems()` on your data frame for details,
#> e.g.:
#>   dat <- vroom(...)
#>   problems(dat)