fetch_trktg_devices: Download Device List from track tag web portal

View source: R/fetch_trktg.R

fetch_trktg_devicesR Documentation

Download Device List from track tag web portal

Description

Retrieves a list of devices (transmitters) associated with the account currently logged in via trktg_login.

Usage

fetch_trktg_devices()

Value

A tibble with 3 character columns:

api_id

Six digit internal id used in api calls

,

trktg_id

Nine digit transmitter id (serial number)

,

user_id

User label assigned through track tag portal

See Also

fetch_trktg_positions for downloading GPS data.

Examples

## 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)

Huh/collar documentation built on Jan. 19, 2025, 1:15 a.m.