View source: R/f_analysis_utilities.R
getWideFormat | R Documentation |
Returns the specified dataset as a data.frame
in so-called wide format.
getWideFormat(dataInput)
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.
A data.frame
will be returned.
getLongFormat()
for returning the dataset as a data.frame
in long format.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.