movebank_handle: Create a curl handle for accessing movebank

View source: R/movebank_handle.R

movebank_handleR 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")

move2 documentation built on April 4, 2025, 12:24 a.m.