getMovebankStudies: All studies on Movebank

Description Usage Arguments Details Note Author(s) Examples

Description

Returns all studies available on Movebank

Usage

1

Arguments

login

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

Details

getMovebankStudies belongs to the Movebank browsing functions and returns a data.frame of all studies available on Movebank.

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()
getMovebankStudies(login=login)

## End(Not run)

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