Producing all combinations of two column values in R

后端 未结 0 1411
难免孤独
难免孤独 2021-01-29 08:01

I have a data.frame with two columns

> data.frame(a=c(5,4,3), b =c(1,2,4))
  a b
1 5 1
2 4 2
3 3 4

I want to produce a list of data.frames wit

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