fetch_lotek_devices: Download Device List via Lotek API

View source: R/fetch_lotek.R

fetch_lotek_devicesR Documentation

Download Device List via Lotek API

Description

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

Usage

fetch_lotek_devices()

Value

A tibble with device information.

See Also

fetch_lotek_alerts for downloading alerts such as mortality events, and fetch_lotek_positions for downloading GPS data.

Examples


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"]])


Huh/collar documentation built on Aug. 5, 2022, 11:02 p.m.