clean_qualtrics: clean_qualtrics - processes raw Qualtrics output

Description Usage Arguments Value Author(s) Examples

View source: R/clean_qualtrics.R

Description

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.

Usage

1
clean_qualtrics(qualtricsoutput)

Arguments

qualtricsoutput

This should be a .csv file of the raw qualtricsoutput.

Value

This function returns a dataframe. The dataframe is the raw Qualtrics output, but with a renames SubjectID columnhead and the participants in numerical order.

Author(s)

Nicole Burke

Examples

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)
{
  }

nicoleburke/Social-Network-Survey documentation built on Oct. 1, 2021, 4:58 a.m.