Skip to content
Snippets Groups Projects
Verified Commit b53210a8 authored by Marta Girona Alarcon's avatar Marta Girona Alarcon Committed by GitLab UZH
Browse files

move column correction factor

parent 47f528da
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ for (i in 1:nrow(inputs)){
data_used <- do.call(rbind,data_used)
data_used$Subject_pubID <- inputs$Subject_pubID # Add additional input column
data_used$correction_factor <- inputs$Correction_factor # Add additional input column
data_used <- relocate(data_used, correction_factor, .before = 7)
data_used <- relocate(data_used, Correction_factor, .before = 7)
# add the subject index for publication as first variable
data_used <- relocate(data_used, Subject_pubID, .before = 1)
......
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