lbbg_gps: Sample of gull GPS data

lbbg_gpsR Documentation

Sample of gull GPS data

Description

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

Usage

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

## Not run: 
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")

## End(Not run)

LifeWatchINBO/uvabits-warehouse documentation built on Nov. 24, 2022, 12:04 a.m.