movebankLogin: Login into Movebank

Description Usage Arguments Details Note Author(s) Examples

Description

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

Usage

1
2
## S4 method for signature 'character,character'
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.

Note

If you do not have the RCurl package installed movebankLogin will store your username and password in the object you assign it to. Furthermore, if you have no RCurl a http connection is used to retrieve data from Movebank instead of the more secure https protocol.

Author(s)

Marco Smolla

Examples

1
2
3
4
5
6
7
8
## 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)

move documentation built on Jan. 16, 2017, 2:22 a.m.