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


NMsim documentation built on Sept. 9, 2025, 5:33 p.m.