getWideFormat: Get Wide Format

View source: R/f_analysis_utilities.R

getWideFormatR Documentation

Get Wide Format

Description

Returns the specified dataset as a data.frame in so-called wide format.

Usage

getWideFormat(dataInput)

Details

In the wide format (unstacked), the data are presented with each different data variable in a separate column, i.e., the different groups are in separate columns.

Value

A data.frame will be returned.

See Also

getLongFormat() for returning the dataset as a data.frame in long format.


rpact documentation built on July 9, 2023, 6:30 p.m.