From 5a3c9f767de14636ee14be99ec35bd5110e3cc20 Mon Sep 17 00:00:00 2001 From: l-acs Date: Tue, 19 Mar 2024 10:38:41 -0400 Subject: [PATCH] Correct output location --- code/preprocErrors.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/preprocErrors.R b/code/preprocErrors.R index 1516d0d..196445f 100644 --- a/code/preprocErrors.R +++ b/code/preprocErrors.R @@ -1,7 +1,7 @@ # Reading in reconciled Excels, summarizing the errors of each, and writing that # to a new CSV # Luc Sahar and Jessica M. Alexander -- NDCLab, Florida International University -# last updated 2024-03-13 +# last updated 2024-03-15 # This version is intended for word-level operations ### --- IO information --- ### @@ -632,7 +632,7 @@ summarize_errors_in_subdirectories <- function(dir_root, subfolder_match) { label = "disfluencies_subject-x-passage-x-word_" -outpath <- paste(sep = "", annotations_base, '/', label, timestamp, ".csv") +outpath <- paste(sep = "", path_to_read_dataset, "/derivatives/", label, timestamp, ".csv") # e.g. "./some/path/disfluencies_20230520_1240pm.csv" result_megadf <-