Learn R Programming

move (version 3.2.2)

getMovebankStudies: 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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
# obtain a login
login <- movebankLogin()
getMovebankStudies(login=login)
# }

Run the code above in your browser using DataLab