ArctosR
An Interface to the Arctos Database
What does ArctosR do?
ArctosR provides a set of functions to help users perform requests to the Arctos API to download data. It provides a set of builder classes for performing complex requests, as well as a set of simple functions for automating many common requests and workflows. More information about Arctos can be found in Cicero et al. (2024).
Check the package
If you want to try this tool you can install it on R from GitHub using
remotes::install_github("hrhwilliams/ArctosR")
. The package and an example of
its use can be found here.