View source: R/apollo_longToWide.R
apollo_longToWide | R Documentation |
Converts choice data from long to wide format, with one row per observation as opposed to one row per alternative/observation.
apollo_longToWide(longData, longToWide_settings)
longData |
data.frame. Data in long format. |
longToWide_settings |
List. Contains settings for this function. User input is required for all settings.
|
Silently returns a data.frame with the wide format version of the data. An overview of the data is printed to screen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.