dcastSe | R Documentation |
A standard-evaluation interface to 'data.table::dcast()'
dcastSe(data, l, r, ...)
data |
data set to transpose (widen) |
l |
left-hand side variables as character vector. Result will be long/vertical in these variables. |
r |
left-hand side variables as character vector. Result will be wide in these variables. |
... |
Additional arguments paseed to 'data.table::dcast()'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.