format_coded_comments: Process a Dataframe of Coded Comments

Description Usage Arguments Value

Description

This turns the original dataframe of coded comments into a pair (varname, coded_table), where the varname is the column name in the response CSV data from Qualtrics that the coded comments correspond to and coded_table summarizes the responses to the coded comments with frequencies for each coded category.

Usage

1
format_coded_comments(coded_comment_sheet)

Arguments

coded_comment_sheet

A single dataframe, imported from a file in the format as specified by the wiki. https://github.com/ctesta01/QualtricsTools/wiki/Comment-Coding

Value

A pair (varname, coded_table) where varname corresponds to the corresponding original response column name and coded_table summarizes the frequencies of the provided coded comments.


ctesta01/QualtricsTools documentation built on May 14, 2019, 12:27 p.m.