Skip to contents

Get the formula and value variables for reshaping a long dataset to wide. For detail please read data.table::dcast.data.table to understand formula and value variables.

Usage

get_reshape_wide_spec(dt = NULL, group = NULL, con = NULL, spec = NULL)

Arguments

dt

Dataset to be reshaped

group

The name of filegroup as specified in filgruppe

con

Connection to database

spec

Specification from tbl_Filgruppe

See also