View source: R/prevGBIFdownload.R
| prevGBIFdownload | R Documentation | 
Searches the list of a user's most recent 1000 downloads on the GBIF servers and returns the data set key for the most recently prepared download.
prevGBIFdownload(taxonKey, GBIFLogin)
| taxonKey | A taxon key as returned from 'rgbif::name_suggest()'. | 
| GBIFLogin | An object of class  | 
A GBIF download key, if one is available
## Not run: 
GBIFLogin <- GBIFLoginManager(
  user = "theWoman",
  email = "ireneAdler@laScala.org",
  pwd = "sh3r"
)
taxKey <- rgbif::name_suggest(
  q = "Protea cynaroides",
  rank = "species"
)$key[1]
prevGBIFdownload(
  taxonKey = taxKey,
  GBIFLogin = myGBIFLogin
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.