getMovebankID | R Documentation |
This function returns the numeric Movebank ID of the study which corresponds to the character study name stored on Movebank
getMovebankID(study,login)
study |
character; full name of the study, as stored on Movebank |
login |
a |
getMovebankID
belongs to the Movebank browsing functions and returns the Movebank ID of a study as it is stored on Movebank. This number can also be found on the Study Details page of the study on Movebank.
The function returns one 'numeric
' value.
The character study name on Movebank can be potentially edited and changed at any time by the Data Manager(s), whereas the Movebank ID is uniquely assigned to each study when it is uploaded to Movebank, and cannot be modified afterwards.
See the 'browseMovebank' vignette for more information about security and how to use Movebank from within R.
Marco Smolla & Anne Scharf
movebankLogin
## Not run:
#obtain a login
login<-movebankLogin()
getMovebankID(study="Ocelots on Barro Colorado Island, Panama", login=login)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.