Skip to content

Commit

Permalink
Write scaffolds to dataset repo, like RWE/readAloud did, not here
Browse files Browse the repository at this point in the history
  • Loading branch information
l-acs committed Mar 10, 2024
1 parent 470d56c commit 687b51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/genScaffolds.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ path_to_error_coding_excels <-

fs::dir_exists(path_to_error_coding_excels)

output_dir <- "./code" # based on what rwe (readAloud) dataset does
output_dir <- paste(path_to_read_dataset, "code", sep = '/') # based on what rwe (readAloud) dataset does
scaffolds_path <- paste(output_dir, 'scaffolds-autogenerated.xlsx', sep = '/')
# don't use date, because we don't want competing standards for which scaffolds
# ^don't use date, because we don't want competing standards for which scaffolds
# to use within a given project! just commit your changes if regenerating

stimuli_categories_from_subfolders <- function(dir_path) {
Expand Down

0 comments on commit 687b51b

Please sign in to comment.