movebank: movebank

Description Usage Arguments Value Examples

Description

Read data from movebank

Usage

1
2
movebank(table = "study", ..., user = Sys.getenv("MOVEBANK_USER"),
  password = Sys.getenv("MOVEBANK_PW"))

Arguments

table

Name of the table, see details

...

additional fields to filter on as named list, depends on table selecte

user

username. Will be read from Sys.getenv("MOVEBANK_USER") if not supplied, register at https://www.movebank.org/

password

user password. Will be read from Sys.getenv("MOVEBANK_PW") if not supplied, register at https://www.movebank.org/

Value

Returns the requested table (read by read_csv), possibly filtered by additional search fields

Examples

1
2
3
4
5
6
7
## Not run: 

## Not run, requires password set
movebank("study")


## End(Not run)

cboettig/movebank documentation built on May 24, 2019, 3:05 a.m.