fetch_ats_config | R Documentation |
Retrieves configuration information for all collars in the current account
fetch_ats_config()
A tibble with 6 columns:
ATS Collar ID (character)
Email recipient for alerts (character)
Is collar currently active (logical)
SMS recipient for alerts (character)
URL for retrieving data via ftp (character)
Is data available via REST API (logical)
ats_login
for logging into an ATS account,
fetch_ats_positions
for downloading GPS data,
fetch_ats_transmissions
for downloading transmission
data, fetch_ats_events
for downloading alerts, and
link{fetch_ats_devices}
for downloading a list of available
collars
## Not run:
ats_login("mary", ".")
# get configuration details for all collars in this account
collar_details <- fetch_ats_config()
ats_logout()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.