Get Single Sample Records by medium via batch
Source:R/exposure-APIs-batch.R
      get_single_sample_records_by_medium_batch.RdGet Single Sample Records by medium via batch
Usage
get_single_sample_records_by_medium_batch(
  Medium = NULL,
  API_key = NULL,
  rate_limit = 0L,
  Server = "https://comptox.epa.gov/ctx-api/exposure",
  verbose = FALSE
)Examples
if (FALSE) {
# Retrieve single sample records data for 'surface water' and 'soil'
get_single_sample_records_by_medium_batch(Medium = c('surface water', 'soil'))
}