Improve EASY result parsing to supersede portion of ExpFrontend.m
This commit is contained in:
@@ -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 #########################
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user