# NOT RUN {
# Provide a bad file name to get error message
x <- update_sampling_stations("data","bad_file_name.csv")
print(x)
# Commented out example with a valid, but older, filename.
# WARNING! Don't actually run this example unless you have a
# more recent csv file that can be used to update the rda file.
# x <- update_sampling_stations("inst/extdata","NERRS_sampling_stations.csv")
# print(x)
# }
Run the code above in your browser using DataLab