Returns the specified dataset as a data.frame in so-called wide format.
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.