bcgov / wqbench

R package to generate download and compile data from EPA ECOTOX database
https://bcgov.github.io/wqbench/
Apache License 2.0
3 stars 2 forks source link

messaging and questions #1

Closed aylapear closed 1 year ago

aylapear commented 1 year ago
aylapear commented 1 year ago

Messages in relation to if the column is already present in the data base:

  1. should it over write or
  2. stop and return
    if ("species_present_in_bc" %in% colnames(db_species)) {
    stop(
      "British Columbia species have already been added to the database"
    )
    }