R/data.R

#' Chemical API Server url
#'
#' A section of url used in Chemical API Endpoints
'chemical_api_server'

#' Hazard API Server url
#'
#' A section of url used in Hazard API Endpoints
'hazard_api_server'

#' Bioactivity API Server url
#'
#' A section of url used in Bioactivity API Endpoints
'bioactivity_api_server'

#' Exposure API Server url
#'
#' A section of url used in Exposure API Endpoints
'exposure_api_server'

utils::globalVariables(c('chemical_api_server', 'hazard_api_server',
                         'bioactivity_api_server', 'exposure_api_server'))

Try the ctxR package in your browser

Any scripts or data that you put into this service are public.

ctxR documentation built on April 12, 2025, 2:07 a.m.