A standard-evaluation interface to `data.table::dcast()`
dcastSe(data, l, r, ...)
data set to transpose (widen)
left-hand side variables as character vector. Result will be long/vertical in these variables.
left-hand side variables as character vector. Result will be wide in these variables.
Additional arguments paseed to `data.table::dcast()`.