getMovebankAnimals | R Documentation |
This function returns information of the animals, their tags and IDs from a Movebank study.
getMovebankAnimals(study, login)
study |
character or numeric. Character: full name of the study, as stored on Movebank. Numeric: Movebank ID of the study which can be obtained on the Study Details page on Movebank or with |
login |
a |
getMovebankAnimals
belongs to the Movebank browsing functions and returns a data.frame
from the requested study that includes among others the individual_id, tag_id, deployment_id, sensor_type_id
which are the internal ids of Movebank, the tag_local_identifier, local_identifier
which are the ids uploaded to Movebank by the user and other information if available as e.g. death_comments, sex, individual_taxon_canonical_name
, etc.
'data.frame
'
See the 'browseMovebank' vignette for more information about security and how to use Movebank from within R.
Marco Smolla & Anne Scharf
movebankLogin, getMovebankReferenceTable
## Not run:
# obtain a login
login<-movebankLogin()
getMovebankAnimals(study=2950149, login=login)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.