From 2ab9528c045f3d3b849ec8af06fe5d7214421609 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 28 Oct 2024 10:17:15 +0000 Subject: [PATCH] Update documentation (GHA) --- man/process_plate.Rd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man/process_plate.Rd b/man/process_plate.Rd index 2065859..240c375 100644 --- a/man/process_plate.Rd +++ b/man/process_plate.Rd @@ -97,8 +97,10 @@ example_dir <- tempdir(check = TRUE) # a temporary directory process_plate(plate, output_dir = example_dir) # process plate without adjusting blanks and save the output to a file with a custom name -process_plate(plate, filename = "plate_without_blanks_adjusted.csv", - output_dir = example_dir, adjust_blanks = FALSE) +process_plate(plate, + filename = "plate_without_blanks_adjusted.csv", + output_dir = example_dir, adjust_blanks = FALSE +) # nMFI normalisation