Improve EASY result parsing to supersede portion of ExpFrontend.m

This commit is contained in:
2024-07-23 20:23:56 -04:00
parent 9179846c04
commit b049d58e79
3 changed files with 293 additions and 194 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env R
# Based on InteractionTemplate.R which is based on Sean Santos's Interaction_V5 script
#
# Updated 2024 Bryan C Roessler to improve file operations and portability
# NOTE: The script now has 1 REQUIRED argument and 4 OPTIONAL arguments:
# Updated 240723 Bryan C Roessler to improve file operations and portability
# NOTE: The script now has 4 additional OPTIONAL arguments:
# 1. Path to input file
# 2. /output/ directory
# 3. Path to StudyInfo.csv
@@ -80,7 +80,6 @@ expNumber <- as.numeric(sub("^.*?(\\d+)$", "\\1", getwd()))
Labels[expNumber,3] <- delBGFactor
write.csv(Labels,file=studyInfo,row.names = FALSE)
###############################################################################
################### BEGIN USER DATA SELECTION SECTION #########################
###############################################################################