Use the names in multiple columns to create new columns

前端 未结 0 1072
甜味超标
甜味超标 2021-02-08 21:01

I have a dataset with 6 columns:

Alpha1 <- c(NA,\'Place\', NA, NA, \'Service\')
Rating1 <- c(NA, 5, NA, NA, 5)
Alpha2 <- c(NA,\'Rooms\', NA, NA,          


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