GBIFLogin-class: GBIFLogin Data Class

GBIFLogin-classR Documentation

GBIFLogin Data Class

Description

A class for managing GBIF login data.

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


GBIFLogin <- GBIFLoginManager(
  user = "occCiteTester",
  email = "****@yahoo.com",
  pwd = "12345"
)



occCite documentation built on Aug. 5, 2022, 5:09 p.m.