Learn R Programming

move (version 4.2.5)

getMovebankID: Movebank Study ID

Description

This function returns the numeric Movebank ID of the study which corresponds to the character study name stored on Movebank

Usage

getMovebankID(study,login)

Value

The function returns one 'numeric' value.

Arguments

study

character; full name of the study, as stored on Movebank

login

a MovebankLogin object, if empty you'll be asked to enter your username and password

Author

Marco Smolla & Anne Scharf

Details

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.

See Also

movebankLogin

Examples

Run this code
if (FALSE) {

#obtain a login
login<-movebankLogin()
getMovebankID(study="Ocelots on Barro Colorado Island, Panama", login=login)
}

Run the code above in your browser using DataLab