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

Update Publication_page.qmd

parent cba5e8c8
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ library(dplyr)
data_used <- list()
for (i in 1:nrow(inputs)){
row_filepath <- file.path(here::here(), 'experiments',inputs$Data_type[i], inputs$Facility_name_YYYY_month[i], "metadata_tables", inputs$Metadata_file[i])
data_used[[i]] <- read.csv(row_filepath) %>% filter(SubjectID == inputs$SubjectID[i]) # read table and filter subject
data_used[[i]] <- read.csv(row_filepath) %>% filter(Subject_ID == inputs$Subject_ID[i]) # read table and filter subject
}
# Gather list elements in a table
......
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