dcast2 | R Documentation |
Dcast using list columns
dcast2( data, formula, fun.aggregate = NULL, sep = "_", ..., margins = NULL, subset = NULL, fill = NULL, drop = TRUE, value.var = data.table:::guess(data), verbose = getOption("datatable.verbose") )
data |
|
formula |
|
fun.aggregate |
|
sep |
|
... |
|
margins |
|
subset |
|
fill |
|
drop |
|
value.var |
|
verbose |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.