get_norman_empodat_batch_data: Batch Retrieve and Paginate Norman Empodat Database

View source: R/get_norman_empodat_batch_data.R

get_norman_empodat_batch_dataR Documentation

Batch Retrieve and Paginate Norman Empodat Database

Description

This function extends get_norman_data by supporting multiple search values and automatic pagination for the 'empodat' module.

Usage

get_norman_empodat_batch_data(
  parameter,
  values,
  saveToDir = NULL,
  dropMemory = FALSE
)

Arguments

parameter

A character string (e.g., "nsid", "casrn").

values

A character vector of values to search for (e.g., c("3380-34-5", "50-00-0")).

saveToDir

= when NULL files are not saved, when directory the files are saved as "values.json" file name

dropMemory

when true, it clears memory buffer after every loop, data will not be accessible from memory (json$Data is NULL)

Value

A consolidated list containing all records retrieved across all values and pages.


normanR documentation built on Sept. 12, 2026, 5:10 p.m.