Get chemicals in a list specified by exact characters
     
    
    Usage
    get_chemicals_in_list_exact(
  list_name = NULL,
  word = NULL,
  API_key = NULL,
  Server = chemical_api_server,
  verbose = FALSE
)
 
     
    
    Arguments
- list_name
 
The name of the list to search
 
- word
 
The exact characters to match chemicals in the given list
 
- API_key
 
The user-specific api key
 
- Server
 
The root address for the API endpoint
 
- verbose
 
A logical indicating if some "progress report" should be given.
 
 
    
    Value
    A list of DTXSIDs matching the list and search word criteria
     
    
    Examples
    if (FALSE) {
bis_biosolids_2021 <- get_chemicals_in_list_exact(list_name = 'BIOSOLIDS2021',
                                                  word = 'Bisphenol A')
}