Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 1cefe1e commit 8988b33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/process-plate.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
#' layout_file <- system.file("extdata", "CovidOISExPONTENT_layout.csv", package = "PvSTATEM")
#'
#' plate <- read_luminex_data(plate_file, layout_file)
#'
#'
#' tmp_dir <- tempdir(check = TRUE)
#' temporary_filepath <- file.path(tmp_dir, "output.csv")
#' process_plate(plate, output_path = temporary_filepath)
#' process_plate(plate, output_path = temporary_filepath)
#' # create and save dataframe with computed dilutions
#'
#'
#' @export
process_plate <- function(plate, output_path = NULL, data_type = "Median", adjust_blanks = FALSE, verbose = TRUE, ...) {
Expand Down

0 comments on commit 8988b33

Please sign in to comment.