Retrieve chemicals by property and value range in batch search
Source:R/chemical-APIs-batch.R
get_chemical_by_property_range_batch.Rd
Retrieve chemicals by property and value range in batch search
Usage
get_chemical_by_property_range_batch(
start_list = NULL,
end_list = NULL,
property_list = NULL,
API_key = NULL,
rate_limit = 0L,
verbose = FALSE
)
Arguments
- start_list
Numeric values, the beginning of the range
- end_list
Numeric values, the end of the range
- property_list
Strings, the properties being queried
- API_key
The user-specific API key
- rate_limit
Number of seconds to wait between each request
- verbose
A logical indicating if some “progress report” should be given.