getFromTheBlueAlliance | R Documentation |
A low-level interface to the version-3 API from TheBlueAlliance.com
getFromTheBlueAlliance(apiPath, authKey = defaultAuthKey())
apiPath |
An API command as described in https://www.thebluealliance.com/apidocs/v3. |
authKey |
Your TheBlueAlliance.com authentication key. |
A JSON object.
https://www.thebluealliance.com/apidocs/v3
j <- getFromTheBlueAlliance(paste(sep="/", "events", 2022, "simple")) str(httr::content(j))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.