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

View source: R/dcastSe.R

dcastSeR Documentation

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


NMdata documentation built on Aug. 8, 2025, 7:40 p.m.