| GBIFLogin-class | R Documentation |
A class for managing GBIF login data.
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.
GBIFLogin <- GBIFLoginManager(
user = "occCiteTester",
email = "****@yahoo.com",
pwd = "12345"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.