fetch_trktg_devices | R Documentation |
Retrieves a list of devices (transmitters) associated
with the account currently logged in via trktg_login
.
fetch_trktg_devices()
A tibble with 3 character columns:
Six digit internal id used in api calls
,
Nine digit transmitter id (serial number)
,
User label assigned through track tag portal
fetch_trktg_positions
for downloading GPS data.
## Not run:
trktg_login("some_user", "some_users_pw")
tt_devices <- fetch_trktg_devices()
tt_fixes <- fetch_trktg_positions(device_id = tt_devices$user_id[1])
trktg_logout()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.