This is a wrapper for the method dwca_get_data_set from class TaxonClient.

taxon_dwca_get_data_set(dataset = NULL, filename = format(Sys.time(),
  "download-%Y-%m-%dT%H:%m.zip"), ...)

Arguments

dataset

name of dataset, type:

filename

Filename to save results to, defaults to `format(Sys.time(),"download-%Y-%m-%dT%H:%m.zip")`

...

additional parameters passed to dwca_get_data_set from class nbaR.TaxonClient

Details

Available datasets can be queried with /taxon/dwca/getDataSetNames. Response saved to <datasetname>-<yyyymmdd>.dwca.zip

See also