A sample Movebank dataset with GPS tracking data, formatted as a
Frictionless Data Package and read by
frictionless::read_package()
.
Details
This sample is derived from the Zenodo-deposited dataset Dijkstra et al. (2022), but excludes the acceleration data.
Examples
if (FALSE) { # \dontrun{
# 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)
} # }