Skip to content

Commit

Permalink
corrected file directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Oloo authored and Oloo committed Mar 11, 2024
1 parent caddd6b commit 7bb4cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/differences.R
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ calculate_differences <- function(outFile,...){
write(jsonlite::toJSON(results, pretty = TRUE),output_path)

# Save to Excel with multiple sheets
excel_output_path <- paste0(output_path, "/runs_comparison.xlsx") # Change this to your desired output path
excel_output_path <- paste0(dirname(output_path), "/runs_comparison.xlsx") # Change this to your desired output path
write.xlsx(results, excel_output_path)

}

0 comments on commit 7bb4cd7

Please sign in to comment.