Skip to content
Snippets Groups Projects
Verified Commit bc20ec25 authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

added custom suffices

parent 9d67c52b
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,9 @@ for (i in 1:nrow(inputs)){
tmp_tbl_scans <- read.csv(row_filepath_scans) %>% filter(Subject_ID == inputs$Subject_ID[i])
scans_used[[i]] <- full_join(x=mice_used[[i]],
y = tmp_tbl_scans,
by=join_by("Subject_ID"),keep=FALSE)
by=join_by("Subject_ID"),
suffix = c('.mice','.scans'),
keep=FALSE)
}
......
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