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()