Skip to content
Snippets Groups Projects
Commit d5dbf02a authored by Willy Kuo's avatar Willy Kuo
Browse files

Changed third instance of Preview_Image to Preview_Image_LowQuality of Publication_page.qmd

parent f096f102
No related branches found
No related tags found
No related merge requests found
......@@ -194,7 +194,7 @@ mice_used <- relocate(mice_used, Correction_factor, .before = 7)
mice_used <- relocate(mice_used, Subject_pubID, .before = 1)
scans_used <- relocate(scans_used, Correction_factor, .before = 7)
scans_used <- relocate(scans_used, Subject_pubID, .before = 1)
scans_used <- relocate(scans_used, Preview_Image, .before = 1)
scans_used <- relocate(scans_used, Preview_Image_LowQuality, .before = 1)
## Gather code assumming there is only one data type
mouse_codebook <- read.csv(file = dir(path = file.path(here::here(), 'experiments',inputs$Data_type[1]), pattern = 'Mouse.*codebook.csv',full.names = TRUE))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment