lbbg_gps | R Documentation |
A sample dataset of gull GPS data (100 records from 2013) in Movebank format.
lbbg_gps
An object of class tbl_df
(inherits from tbl
, data.frame
) with 100 rows and 22 columns.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.