You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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.