SpeedGoat

SpeedGoat Developer Hub

Documentation, references, and tools for the SpeedGoat platform.

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 Access

Connect to the SpeedGoat Sight API to query surveys, observations, and telemetry data.

spdgt.auth

Security

Handle authentication states, token refreshing, and user session management.

spdgt.core

Lookups

Lookup and reference functions for determining database ids from names and related resources.