occCite (version 0.4.5)

GBIFLogin-class: GBIFLogin Data Class

Description

A class for managing GBIF login data.

Arguments

Slots

username

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.

Examples

Run this code
# NOT RUN {
GBIFLogin <- GBIFLoginManager(user = "occCiteTester",
     email = "****@yahoo.com",
     pwd = "12345")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab