npn_get_common_query_vars: Get Common Query String Variables

View source: R/npn_data_download.R

npn_get_common_query_varsR Documentation

Get Common Query String Variables

Description

Utility function to generate a list of query string variables for requests to NPN data service points. Some parameters are basically present in all requests, so this function helps put them together.

Usage

npn_get_common_query_vars(
  request_source,
  coords = NULL,
  species_ids = NULL,
  station_ids = NULL,
  species_types = NULL,
  network_ids = NULL,
  states = NULL,
  phenophase_ids = NULL,
  functional_types = NULL,
  additional_fields = NULL,
  climate_data = FALSE,
  ip_address = NULL,
  dataset_ids = NULL,
  genus_ids = NULL,
  family_ids = NULL,
  order_ids = NULL,
  class_ids = NULL,
  pheno_class_ids = NULL,
  taxonomy_aggregate = NULL,
  pheno_class_aggregate = NULL,
  wkt = NULL,
  email = NULL
)

Value

List of query string variables.


ropensci/rnpn documentation built on Jan. 25, 2024, 6:46 p.m.