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