Description Usage Arguments Value Examples
Read data from movebank
1 2 | movebank(table = "study", ..., user = Sys.getenv("MOVEBANK_USER"),
password = Sys.getenv("MOVEBANK_PW"))
|
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/ |
Returns the requested table (read by read_csv), possibly filtered by additional search fields
1 2 3 4 5 6 7 | ## Not run:
## Not run, requires password set
movebank("study")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.