Skip to contents

A sample Movebank dataset with GPS tracking data, formatted as a Frictionless Data Package and read by frictionless::read_package().

Usage

o_assen

Format

An object of class datapackage (inherits from list) of length 4.

Source

https://doi.org/10.5281/zenodo.10053903

Details

This sample is derived from the Zenodo-deposited dataset Dijkstra et al. (2022), but excludes the acceleration data.

Examples

if (FALSE) {
# The data in o_assen was created with the code below
o_assen <-
  frictionless::read_package("https://zenodo.org/records/10053903/files/datapackage.json") %>%
  frictionless::remove_resource("acceleration")
usethis::use_data(o_assen)
}