getMovebankStudy: Returns study information

Description Usage Arguments Note Author(s) Examples

Description

getMovebankStudy belongs to the Movebank browsing functions and returns information about the requested study like the authors of that study, licence type, citation and more.

Usage

1
  getMovebankStudy(study, login)

Arguments

study

a character string (study name) or the numeric study ID as it is stored on Movebank

login

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

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

Examples

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

## End(Not run)

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