flatten_survey: Flatten a Qualtrics Survey

View source: R/flatten_survey.R

flatten_surveyR Documentation

Flatten a Qualtrics Survey

Description

Decompose the blocks, questions, and choices of a Qualtrics survey into rectangular data sets.

Usage

flatten_survey(
  survey_id,
  file_format = c("spss", "csv", "tsv"),
  drop_trash = TRUE
)

Arguments

survey_id

string of the survey id, begins with 'SV_'

file_format

export format for column names. One of c('spss', 'csv', 'tsv')

drop_trash

should questions in the trash bin be discarded?

Value

a named list of the four tables generated

Author(s)

Sven Halvorson (svenpubmail@gmail.com)


svenhalvorson/qualtreats documentation built on May 3, 2024, 9:33 a.m.