ropensci / cde

Repo for R package to query and download WFD data from the EA Catchment Data Explorer site
https://docs.ropensci.org/cde
5 stars 3 forks source link

catch missing values in plot arguments #4

Closed robbriers closed 5 years ago

robbriers commented 5 years ago

need to check for null values in col_value and column arguments in plot code - present in status code so should just be able to port

robbriers commented 5 years ago

current output:

Error in if (!column %in% plot_choices) { : argument is of length zero

robbriers commented 5 years ago

Should have already been closed by commit above