Skip to contents

Convert 'flattened' survey to wide format.

Usage

survey_response_to_wide(survey)

Arguments

survey

flattened survey.

Value

survey in the wide format.

Examples

if (FALSE) {
survey = cs_surveys_responses(id = 'ENTER_ID_HERE', output_type = 'original' )
survey_wide = survey_response_to_wide(survey)
}