movebank_handle {move2} | R Documentation |
Create a curl handle for accessing movebank
Description
Create a curl handle for accessing movebank
Usage
movebank_handle(username = NULL, password = NULL)
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
Value
A handle
that can be added to a request made with curl
See Also
Other movebank-download:
movebank_download_study()
,
movebank_store_credentials()
Examples
movebank_handle("test_user", "test_password")
[Package move2 version 0.3.0 Index]