Skip to content

Commit

Permalink
feat: check for cols in dil_summary
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiAragaki committed Nov 13, 2023
1 parent f11ca47 commit 637fdb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/qp_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ make_well_circles_plot <- function(df) {
}

dil_summary <- function(qp) {
check_has_cols(qp, c(
".sample_name", ".pred_conc_mean", ".target_conc",
".target_vol", "sample_type"
))

qp |>
dplyr::summarize(
.by = c(
Expand Down

0 comments on commit 637fdb3

Please sign in to comment.