water <- define_water(toc = 2.5, uv254 = .05, doc = 1.5) %>%
pac_toc(dose = 15, time = 50, type = "wood")
example_df <- water_df %>%
define_water_df("raw") %>%
dplyr::mutate(dose = seq(11, 22, 1), PACTime = 30) %>%
pac_toc_df(input_water = "raw", time = PACTime, type = "wood", pluck_cols = TRUE)
Run the code above in your browser using DataLab