Learn R Programming

NMsim (version 0.2.4)

dcastSe: A standard-evaluation interface to `data.table::dcast()`

Description

A standard-evaluation interface to `data.table::dcast()`

Usage

dcastSe(data, l, r, ...)

Arguments

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()`.