Skip to content

Commit

Permalink
unnecessary fix for bug that does not matter anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
kweav committed Jan 24, 2024
1 parent d44ce45 commit 82d3221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alldataFilesEditor.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource <- dplyr::rows_insert(resource, dplyr::bind_rows(new_CEDAR, new_ARCHS4)
## Save the edited data file
write.csv(resource_identifier, file = "data/itcr_table_resources_identifier.csv") #Do I want to just rewrite the original file?
#write.csv(resource, file = "data/itcr_table_resources_identifier.csv") #Do I want to just rewrite the original file?
```

## Adding new platforms to the Imaging Table
Expand Down

0 comments on commit 82d3221

Please sign in to comment.