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

taxon_dwca_query(queryParams = list(), filename = format(Sys.time(),
  "download-%Y-%m-%dT%H:%m.zip"), ...)

Arguments

queryParams

Named list or vector with names being the fields to be queried and values being the values to match

filename

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

...

additional parameters passed to dwca_query from class nbaR.TaxonClient

Details

Query with query parameters or querySpec JSON. Response saved to nba-taxa.dwca.zip

See also