Unnesting a variable as a vector

后端 未结 0 539
-上瘾入骨i
-上瘾入骨i 2021-01-02 04:55

With the following code, I manage to get a fine combination :

tibble(
    x = list(c(1, 2, 3), c(4,5,6))
  ) %>% 
  mutate(
      combination          


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