Skip to content

Commit

Permalink
use passed target_conc, vol
Browse files Browse the repository at this point in the history
KaiAragaki committed Apr 16, 2024
1 parent 21b66b8 commit 30ff511
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/qp_report.R
Original file line number Diff line number Diff line change
@@ -258,7 +258,10 @@ dil_summary <- function(qp) {
".target_vol", "sample_type"
)
) |>
qp_dilute() |>
qp_dilute(
target_conc = .data$.target_conc,
tarvet_vol = .data$.target_vol
) |>
dplyr::filter(.data$sample_type == "unknown") |>
dplyr::select(
Name = ".sample_name",

0 comments on commit 30ff511

Please sign in to comment.