A sample dataset of gull GPS data (100 records from 2013) in Movebank format.

lbbg_gps

Format

An object of class tbl_df (inherits from tbl, data.frame) with 100 rows and 22 columns.

Source

Stienen et al. 2020

Examples

if (FALSE) { temp <- tempfile() download.file("https://zenodo.org/record/3968687/files/LBBG_ZEEBRUGGE-gps-2013.csv.zip", temp) gps <- readr::read_csv(unzip(temp)) gps <- head(gps, 100) save(gps, file = "data/lbbg_gps.rda") }