• Added function get_oracle_tables which allows users to obtain a list of all tables by owner found in a database
  • Table referenced in create_species_lookup changed location. Now points to new table

Minor update

  • connect_to_database - new function argument. ROracle = F. Allows user to use the driver as specified by the ROracle package instead of using odbc
  • Updated function documentation (typos)
  • Renamed function file name
  • Added fixes to pass R-CMD checks
  • Added skipType argument to create_species_lookup to allow user to avoid joining all 3 species codes SVSPP, NESPP#, ITIS and skip either NESPP3 or SVSPP.
  • Included rlang as a dependency
  • Added a NEWS.md file to track changes to the package.