Learn R Programming

move (version 2.1.0)

getMovebankStudies: All studies on Movebank

Description

Returns all studies available on Movebank

Usage

getMovebankStudies(login)

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.

Examples

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

Run the code above in your browser using DataLab