If the concentrations or times are invalid, will provide an error. Reasons for being invalid are
timeis not a numberconcis not a numberAny
timevalue is NAtimeis not monotonically increasingconcandtimeare not the same length
Usage
assert_conc(conc, any_missing_conc = TRUE)
assert_time(time, sorted_time = TRUE)
assert_conc_time(conc, time, any_missing_conc = TRUE, sorted_time = TRUE)