movebank_handle: Create a curl handle for accessing movebank
Description
Create a curl handle for accessing movebank
Usage
movebank_handle(username = NULL, password = NULL)
Value
A handle that can be added to a request made with curl
Arguments
username
Optionally a username as a character string
password
Optionally a password as a character string
Details
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
See Also
Other movebank-download:
movebank_download_study(),
movebank_store_credentials()