Skip to content

version 0.4.0 Added filtering functionality

Compare
Choose a tag to compare
@eeholmes eeholmes released this 05 Dec 05:30
· 117 commits to main since this release
823fab2
  • added more sysdata: caxpops The Populations table. I had to download table from (StreamNet pop page)[https://www.streamnet.org/cap/current-hli/current-pop/] since the "Populations" table query is throwing an error), caxesus ESU_DPS names, caxsuperpops The SuperPopulations table.
  • created rcax_table_query() as the base function for all the table query functions. That way I am not repeating the same code for each table.
  • added info to rcax_table_query() documentation about the possible query params.
  • added the rcax_filter() function to allow filtering the tables. Added examples in basics.Rmd.