Skip to content

Commit

Permalink
correct bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RayStick committed Apr 10, 2024
1 parent feb3f81 commit d091d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compare_csv_outputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ compare_csv_outputs <- function(csv_file_1,csv_file_2,json_file) {
selectTable_df <- selectTable_df[order(selectTable_df$Label), ]

# find the mismatches and ask for consensus decisions
for (datavar in 1:nrow(selectTable_df)) {
for (datavar in 1:nrow(csv_join)) {
cat("\n \n")
# collect user responses
if (csv_join$Domain_code_csv1[datavar] != csv_join$Domain_code_csv2[datavar]){
Expand Down

0 comments on commit d091d3a

Please sign in to comment.