how to automate the creation of a variable with tidyr?

后端 未结 0 494
别那么骄傲
别那么骄傲 2021-01-29 23:36

Consider this simple example:

mytib <- tibble(city_name1 = c(\'nyc\', \'DC\'),
       city_name2 = c(\'US\', \'US\'),
       planet_name1 = c(\'earth\', \'moon         


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