getMovebankStudies {move}R Documentation

All studies on Movebank

Description

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.

Value

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

Note

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

Author(s)

Marco Smolla & Anne Scharf

Examples

## Not run: 

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

## End(Not run)

[Package move version 4.2.4 Index]