View source: R/qualtrics_funs.R
read_csv_qualtrics | R Documentation |
Wrapper around readr::read_csv()
to help with reading files from qualtrics.
Automatically moves the second and third rows, keeping column names,
before passing to readr::read_csv()
.
read_csv_qualtrics(path, remove_extra_cols = TRUE, ...)
path |
character. The path to the file to read. |
remove_extra_cols |
logical. If TRUE, removes columns from qualtrics that are not often needed for analysis. See source code for list. Default is TRUE. |
... |
additional arguments to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.