login.bold: A function to login to BOLD.

View source: R/login.bold.R

login.boldR Documentation

A function to login to BOLD.

Description

A function to login to BOLD using a valid username and password. Returns a token that identifies the user to the BOLD system.

Usage

  login.bold(username)

Arguments

username

A valid username to login to BOLD

Value

Returns a token which can be used to retrieve private data from BOLD.

Author(s)

Nishan Mudalige

Examples

## token <- login.bold("username")
## token

nishanmudalige/BOLD.R documentation built on July 15, 2022, 3:33 a.m.