Description Usage Arguments Value Author(s) Examples
View source: R/clean_qualtrics.R
This function prepares the raw Qualtrics output for data extraction. It renames the SubjectID column to "SubjectID" and it reorders the subjects. This function needs to be run first before you extract any data.
1 | clean_qualtrics(qualtricsoutput)
|
qualtricsoutput |
This should be a .csv file of the raw qualtricsoutput. |
This function returns a dataframe. The dataframe is the raw Qualtrics output, but with a renames SubjectID columnhead and the participants in numerical order.
Nicole Burke
1 2 3 4 5 6 7 8 | ##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
## The function is currently defined as
function (x)
{
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.