get_credentials: Generate a credentials object to authenticate to the API

View source: R/util.R

get_credentialsR Documentation

Generate a credentials object to authenticate to the API

Description

Generate a credentials object to pass to this package's functions in order to authenticate to the API. If either the username or password are not specified, they will be asked interactively.

Usage

get_credentials(hub_url, username = NULL, password = NULL)

Arguments

hub_url

The URL of the hub to authenticate to. Must end with a forward slash.

username

Optional. The username to authenticate with.

password

Opional. The password to authenticate with.


clessn/hubr documentation built on Feb. 15, 2023, 9:32 p.m.