| GBIFLogin-class {occCite} | R Documentation |
GBIFLogin Data Class
Description
A class for managing GBIF login data.
Slots
usernameA vector of type character specifying a GBIF username.
emailA vector of type character specifying the email associated with a GBIF username.
pwdA vector of type character containing the user's password for logging in to GBIF.
Examples
GBIFLogin <- GBIFLoginManager(
user = "occCiteTester",
email = "****@yahoo.com",
pwd = "12345"
)
[Package occCite version 0.5.7 Index]