Learn R Programming

consibiocloudclient (version 1.0.0)

login: Login to Consibio API

Description

Use username to login to the Consibio API. Password will be requested interactively, now and once the token expires. It sets the default username for authenticated requests.

Usage

login(username = NULL)

Value

A character string representing the logged-in username.

Arguments

username

A character string representing the username.

Examples

Run this code
if (FALSE) {
login("bob@helloworld.com")
}

Run the code above in your browser using DataLab