occCite (version 0.4.5)

GBIFLoginManager: GBIF Login Manager

Description

Takes users GBIF login particulars and turns it into a GBIFLogin for use in downloading data from GBIF. You MUST ALREADY HAVE AN ACCOUNT at GBIF.

Usage

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

Arguments

user

A vector of type character specifying a GBIF username.

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.

Value

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

Examples

Run this code
# NOT RUN {
## Inputting user particulars
# }
# NOT RUN {
myLogin <- GBIFLoginManager(user = "theWoman",
                            email = "ireneAdler@laScala.org",
                            pwd = "sh3r")
# }
# NOT RUN {
# }
# NOT RUN {
## Can also be mined from your system environment
myLogin <- GBIFLoginManager(user = NULL,
                            email = NULL, pwd = NULL)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab