Skip to content

Commit 0ac8d1f

Browse files
author
Karin Schork
committed
fix typo
1 parent 2733c73 commit 0ac8d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/workflow_QC.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ workflow_QC <- function(data_path,
142142
write.csv(x = prepared_data$D_long, file = paste0(output_path, "/D_norm_long", suffix, ".csv"), row.names = FALSE)
143143

144144
openxlsx::write.xlsx(x = cbind(prepared_data$ID, prepared_data$D), file = paste0(output_path, "/D_norm_ID", suffix, ".xlsx"),
145-
row.names = FALSE, overwrite = TRUE, keepNA = TRUE)
145+
rowNames = FALSE, overwrite = TRUE, keepNA = TRUE)
146146

147147

148148
#### Calculate Valid Value Plot ####

0 commit comments

Comments
 (0)