Learn R Programming

move (version 2.1.0)

getMovebankStudy: Returns study information

Description

getMovebankStudy belongs to the Movebank browsing functions and returns information about the requested study like the authors of that study, licence type, citation and more.

Usage

getMovebankStudy(study, login)

Arguments

study

a character string (study name) or the numeric study ID as it is stored on Movebank

login

an object of the MovebankLogin-class, if empty you'll be asked to enter your username or password

Examples

Run this code
# NOT RUN {
#obtain a login
login<-movebankLogin()
getMovebankStudy(study="BCI Agouti", login=login)
# }

Run the code above in your browser using DataLab