Learn R Programming

move (version 4.2.5)

getMovebankStudies: All studies on Movebank

Description

This function returns all studies available on Movebank.

Usage

getMovebankStudies(login)

Value

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

Arguments

login

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

Author

Marco Smolla & Anne Scharf

Details

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

Examples

Run this code
if (FALSE) {

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

Run the code above in your browser using DataLab