getDataRepositoryData | R Documentation |
Download data from the Movebank Data Repository via DOI
getDataRepositoryData(x, ...)
x |
character string of the DOI of data stored on the Movebank Data Repository |
... |
Currently not used |
This function downloads data stored in the Movebank Data Repository via the DOI. The output is MoveStack object containing the location data from all available sensors in the study. The non-location senor data are stored in the UnUsedRecords
slots. Datasets without location data are excluded.
If duplicated timestamps are present in the data, the first one is chosen by default. To use a more informed approach you can download the data of interest from the Movebank Data Repository, read it in with read.csv
and use the function getDuplicatedTimestamps to located the duplicated timestamps and then decide which one to keep. And then use the function move to create a Move or MoveStack object from the cleaned .csv file.
move or moveStack object
Visit the dataset's repository page at http://dx.doi.org/<doi> for citations and a readme that might contain additional details needed to understand the data. If analyzing these published datasets, always consult the related papers and cite the paper and dataset. If preparing analysis for publication, also contact the data owner if possible for their contribution.
Anne Scharf
getMovebankData, getMovebankNonLocationData, getMovebank, move
## Not run:
getDataRepositoryData("doi:10.5441/001/1.2k536j54")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.