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

specimen_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.SpecimenClient

Details

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

See also