taxon_dwca_query: Dynamic download service: Query for taxa and return result as...

View source: R/TaxonClient-wrapper.r

taxon_dwca_queryR Documentation

Dynamic download service: Query for taxa and return result as Darwin Core Archive File

Description

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

Usage

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

Other nbaR.TaxonClient-wrappers: taxon_count_distinct_values_per_group, taxon_count_distinct_values, taxon_count, taxon_download_query, taxon_dwca_get_data_set_names, taxon_dwca_get_data_set, taxon_find_by_ids, taxon_find, taxon_get_distinct_values_per_group, taxon_get_distinct_values, taxon_get_field_info, taxon_get_paths, taxon_get_settings, taxon_get_setting, taxon_group_by_scientific_name, taxon_is_operator_allowed, taxon_query


naturalis/nbaR documentation built on Nov. 12, 2023, 4:47 p.m.