nwfsc-cb / rCAX

rCAX R package: an R client to access the REST API for the StreamNet Coordinated Assessments tables
https://nwfsc-cb.github.io/rCAX/
Other
5 stars 1 forks source link

Figure out how to update the internal data #33

Open eeholmes opened 1 year ago

eeholmes commented 1 year ago

rcax_updata_sysdata

Or when the user does the first rcax_hli call or rcax_table_query, rcax_tables is called and _rcax_tables data is created. Then for subsequent calls it checks if that exists. If so it uses it, if not it doesn't. Might need to delete it on detaching or check creation date.

eeholmes commented 1 year ago

can do with this

assignInNamespace("caxpops", "test", ns = "rCAX")

Steps: