Internal to allow for testing
Usage
read_concentration_endpoints(conc_endpoints_file_path, db_endpoint_code)
Arguments
- conc_endpoints_file_path
A file path
- db_endpoint_code
A data frame
Examples
if (FALSE) { # \dontrun{
endpoint_concentration <- read_concentration_endpoints(
conc_endpoints_file_path, db_endpoint_code
)
} # }