R dataframe create mulitple new columns from existing columns using across / all_of / mutate_if

前端 未结 0 1128
闹比i
闹比i 2020-12-21 10:27

I have a dataframe (example below) that has responses to a questionnaire on multiple days.

        > df %>% 
            mutate (Sigma_Bucket_Q1  = if_e         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题