Free Access Week-  Data Engineering + BI
Data engineering and BI courses are free!
Free AI Access Week from June 2-8

move (version 2.1.0)

getMovebankID: Study ID

Description

Returns the numeric study ID that corresponds to the character study name stored on Movebank

Usage

getMovebankID(study,login)

Arguments

study

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

login

an object of the MovebankLogin-class, if empty you'll be asked to enter your username or password

Details

getMovebankID belongs to the Movebank browsing functions and returns the ID of a study as it is stored on Movebank.org.

See Also

movebankLogin

Examples

Run this code
# NOT RUN {
#obtain a login
login<-movebankLogin()
getMovebankID(study="BCI Ocelot", login=login)
# }

Run the code above in your browser using DataLab