View source: R/movebank_handle.R
movebank_handle | R Documentation |
Create a curl handle for accessing movebank
movebank_handle(username = NULL, password = NULL)
username |
Optionally a username as a character string |
password |
Optionally a password as a character string |
If no credentials are provided the function tries to retrieve the username and password from the system
keyring using the keyring package. If a username is provided but no password it is requested using
askpass
A handle
that can be added to a request made with curl
Other movebank-download:
movebank_download_study()
,
movebank_store_credentials()
movebank_handle("test_user", "test_password")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.