Description Usage Arguments Examples
Rbind all the rows of a 'ddf' object into a single data frame
| 1 2 3 | 
| x | a 'ddf' object | 
| row.names | passed to  | 
| optional | passed to  | 
| keys | should the key be added as a variable in the resulting data frame? (if key is not a character, it will be replaced with a md5 hash) | 
| splitVars | should the values of the splitVars be added as variables in the resulting data frame? | 
| bsvs | should the values of bsvs be added as variables in the resulting data frame? | 
| ... | additional arguments passed to as.data.frame | 
| 1 2 | d <- divide(iris, by = "Species")
as.data.frame(d)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.