get_reshape_wide_spec: Reshape Wide Specification

View source: R/reshape-wide.R

get_reshape_wide_specR Documentation

Reshape Wide Specification

Description

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

Other reshape functions: do_reshape(), do_reshape_long(), do_reshape_rename_col(), do_reshape_wide(), get_reshape_id_val()


helseprofil/orgdata documentation built on Feb. 3, 2025, 4:55 p.m.