Getting started
Our packages are hosted on a Nexus repository. To install them,
configure your R environment by adding the following to your .Rprofile:
options(
repos = c(
SPEEDGOAT = "https://nexus.spdgt.com/repository/public-group/",
CRAN = "https://cloud.r-project.org"
)
)
Once configured, you can install any package normally via install.packages("spdgt.sight").
Not sure where your .Rprofile is? Run usethis::edit_r_profile() in R to open it directly.
Available packages
spdgt.sight
Data AccessConnect to the SpeedGoat Sight API to query surveys, observations, and telemetry data.
spdgt.auth
SecurityHandle authentication states, token refreshing, and user session management.
spdgt.core
LookupsLookup and reference functions for determining database ids from names and related resources.