Skip to contents

Internal to allow for testing

Usage

combine_concentration_endpoints(endpoint_concentration_pick, db_endpoint_code)

Arguments

endpoint_concentration_pick

A data frame

db_endpoint_code

A data frame

Value

A data frame

Examples

if (FALSE) { # \dontrun{
data <- combine_concentration_endpoints(
  endpoint_concentration_pick, db_endpoint_code
)
} # }