getEvent: Downloads event data for a study using movebank api

View source: R/get_data.r

getEventR Documentation

Downloads event data for a study using movebank api

Description

Downloads event data for a study using movebank api

Usage

getEvent(
  studyid,
  attributes = NULL,
  sensor_type_id = NULL,
  ts_start = NULL,
  ts_end = NULL,
  params = list(),
  ...
)

Arguments

studyid

The id of the study

attributes

character Vector of desired attributes. To get all attributes use attributes=all

ts_start

character Assumes UTC

ts_end

character Assumes UTC

Value

Events for the study

Examples

getEvent(123413)

benscarlson/rmoveapi documentation built on April 2, 2022, 9:49 a.m.