fetch_lotek_alerts: Download Alerts via Lotek API

View source: R/fetch_lotek.R

fetch_lotek_alertsR Documentation

Download Alerts via Lotek API

Description

Retrieves alerts for all devices associated with the account currently logged in via lotek_login.

Usage

fetch_lotek_alerts()

Value

A tibble with information about mortalities, births, etc.

See Also

fetch_lotek_devices for downloading a list of available devices, and fetch_lotek_positions for downloading GPS data.

Examples

## Not run: 
lotek_login("demo", "PASSWORD09")

# get all alerts for this account
alerts <- fetch_lotek_alerts()

## End(Not run)

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