View source: R/read_qualtrics.R
read_qualtrics | R Documentation |
Qualtrics exports data with bloat, this function is an opinionated wrapper of readr::read_csv() which does some initial cleaning.
read_qualtrics(file, legacy = FALSE)
file |
a csv of data exported from qualtrics |
legacy |
a Logical indicating if the export used the legacy exporter |
A tibble of data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.