Learn R Programming

move (version 2.0.0)

movebankLogin: Login into Movebank

Description

Creates an object that can be used with all Movebank browsing functions.

Usage

"movebankLogin"(username,password)

Arguments

username
Your Movebank username
password
Your Movebank password

Details

Use this function to login to Movebank. After you logged in, you can use the Movebank browsing functions from the move package.

Examples

Run this code
## Not run: 
# ##first create the login object 
# login <- movebankLogin(username="xxx", password="zzz")
# 
# ##and than use it with Movebank browsing functions
# getMovebankStudies(login)
# ## End(Not run)

Run the code above in your browser using DataLab