read_spot: Read data from the SPOT API

View source: R/external_API.R

read_spotR Documentation

Read data from the SPOT API

Description

Read data from the SPOT API

Usage

read_spot(feed_id, to = NULL, from = NULL, all = FALSE, password = NULL)

Arguments

all

Fetch most recent 50 trackpoint (default) or all available

password

SPOT feed password

id

SPOT feed ID

Value

A tibble with three columns: lat (latitude), lon (longitude), time (timestamp)

References

http://faq.findmespot.com/index.php?action=showEntry&data=69


evmo/Rgps documentation built on March 23, 2023, 2:24 a.m.