getDataRepositoryData {move} | R Documentation |
Download data from the Movebank Data Repository
Description
Download data from the Movebank Data Repository via DOI
Usage
getDataRepositoryData(x, ...)
Arguments
x |
character string of the DOI of data stored on the Movebank Data Repository |
... |
Currently not used |
Details
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.
Value
Note
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.
Author(s)
Anne Scharf
See Also
getMovebankData, getMovebankNonLocationData, getMovebank, move
Examples
## Not run:
getDataRepositoryData("doi:10.5441/001/1.2k536j54")
## End(Not run)