fetch_lotek_devices | R Documentation |
Retrieves a list of devices (collars) associated with the account currently logged in via lotek_login.
fetch_lotek_devices()
A tibble with device information.
fetch_lotek_alerts
for downloading alerts such as
mortality events, and fetch_lotek_positions
for downloading
GPS data.
## Not run:
lotek_login("demo", "PASSWORD09")
# get list of collars for this account
collars <- fetch_lotek_devices()
# get fixes for the first collar
fixes <- fetch_lotek_positions(device_id = collars[[1, "DeviceID"]])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.