Update 0-data_prep.R
This commit is contained in:
parent
5d5f81d1c0
commit
88be44b5e1
1 changed files with 2 additions and 0 deletions
|
@ -105,7 +105,9 @@ ds_final <- ds1 %>%
|
|||
,TRUE ~ "Normal TSH"
|
||||
)
|
||||
) %>%
|
||||
dplyr$filter(ft4_dia != "Normal TSH") %>%
|
||||
dplyr$rename(!!!test_list_names) %>%
|
||||
dplyr$select(-FT4) %>%
|
||||
dplyr$relocate(gender, anchor_age)
|
||||
|
||||
# save data ---------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue