Description Usage Arguments Examples
Works like expand.grid but for data frames.
| 1 | 
| ... | Data frames that should be combined to one data frame. Elements of first df vary fastest, elements of last df vary slowest. | 
| 1 2 3 4 | combine_df(
  data.frame(x=1:3, y=3:1),
  data.frame(x1=c("a", "b"), x2=c("c", "d")),
  data.frame(z=c(0, 1)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.