Skip to contents

This function returns all studies available on Movebank.

Usage

getMovebankStudies(login)

Arguments

login

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

Details

getMovebankStudies belongs to the Movebank browsing functions and returns all studies available on Movebank.

Note

See the 'browseMovebank' vignette for more information about security and how to use Movebank from within R.

Value

returns an object of class 'factor' with the names of all studies available on Movebank.

Author

Marco Smolla & Anne Scharf

Examples

if (FALSE) {

# obtain a login
login <- movebankLogin()
getMovebankStudies(login=login)
}