powered by
Returns the specified dataset as a data.frame in so-called wide format.
data.frame
getWideFormat(dataInput)
A data.frame will be returned.
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.
getLongFormat for returning the dataset as a data.frame in long format.
getLongFormat