Check if GBIF login credentials exist
Usage
GBIF_Check(Renviron = ".Renviron")
Arguments
- Renviron
Character. The path to the .Renviron
file containing GBIF
login credentials: GBIF_EMAIL
, GBIF_USER
, and GBIF_PWD
. Defaults to
the current working directory's .Renviron
file. The credentials must be
in the format:
GBIF_EMAIL=your_email
GBIF_USER=your_username
GBIF_PWD=your_password