Commit f72e2f45 authored by Kevin's avatar Kevin

fixed typo

parent 6d0da7d6
...@@ -330,7 +330,7 @@ tbl_final_imputations %>% ...@@ -330,7 +330,7 @@ tbl_final_imputations %>%
```{r save-imputed-values} ```{r save-imputed-values}
tbl_final_imputations %>% { tbl_final_imputations %>% {
tmp <- . tmp <- .
names(tmp) <- gsub("gose", "Subject.Subject.DerivedImputed180DaysGOSE", x = names(.)) names(tmp) <- gsub("gose", "Subject.DerivedImputed180DaysGOSE", x = names(.))
tmp } %>% tmp } %>%
write_csv("tbl_imputed_gose.csv") 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