getMovebankID: Study ID

Description Usage Arguments Details Note Author(s) See Also Examples

Description

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

Usage

1
  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.

Note

See the 'browseMovebank' vignette (move website download section) for more information about security and how to use Movebank from within R.

Author(s)

Marco Smolla

See Also

movebankLogin

Examples

1
2
3
4
5
6
## Not run: 
#obtain a login
login<-movebankLogin()
getMovebankID(study="BCI Ocelot", login=login)

## End(Not run)

move documentation built on Jan. 16, 2017, 2:22 a.m.