We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78aa4b commit 6a791f6Copy full SHA for 6a791f6
data-raw/create_test_data.R
@@ -44,6 +44,7 @@ usethis::use_data(test_x_1_w_1_v_1_cat1_n_500, overwrite = TRUE)
44
45
library(dplyr)
46
sleep_emo_con <- readRDS("./data-raw/sleep_duration_emotional_stability_conscientiousness.RDS")
47
+sleep_emo_con <- sleep_emo_con %>% rename(emotional_stability = emotionality_stability)
48
sleep_emo_con <- sleep_emo_con %>%
49
mutate(gender = recode(gender, `0` = "male", `1` = "female"),
50
case_id = seq_len(nrow(sleep_emo_con))) %>%
0 commit comments