GBIFLoginManager: GBIF Login Manager

Description Usage Arguments Value Examples

View source: R/GBIFLoginManager.R

Description

GBIF Login Manager

Usage

1
GBIFLoginManager(user = NULL, email = NULL, pwd = NULL)

Arguments

email

A vector of type character specifying the email associated with a GBIF username.

pwd

A vector of type character containing the user's password for logging in to GBIF.

username

A vector of type character specifying a GBIF username.

Value

An object of class GBIF containing the user's GBIF login data.

Examples

1
2
3
4
5
## Inputting user particulars
myLogin <- GBIFLoginMaster(user = "theWoman", email = "ireneAdler@laScala.org", pwd = "sh3r");

## Can also be mined from your system environment
myLogin <- GBIFLoginMaster(user = NULL, email = NULL, pwd = NULL);

hannahlowens/BridgeTree documentation built on May 3, 2019, 4:33 p.m.