Commit 85cc70c8 authored by Kevin Kunzmann's avatar Kevin Kunzmann

renaming according to Lindsay Wilson

parent 27a42723
......@@ -333,6 +333,9 @@ tbl_final_imputations %>% {
tmp <- .
names(tmp) <- gsub("gose", "Subject.DerivedImputed180DaysGOSE", x = names(.))
tmp } %>%
rename(
"Subject.GOSE6monthEndpointDerived" = "Subject.DerivedImputed180DaysGOSE_map_per_protocol_combined"
) %>%
write_csv("tbl_imputed_gose.csv")
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment