format_and_split_comment_sheets: Format and Split a list of Unprocessed Coded Comment Sheets

Description Usage Arguments Value

Description

When splitting the respondents of a survey to create split reports, the coded comments are split by this function and then returned as a list of lists. The first list is a list for each split group, and each list within those is a list of pairs of question IDs and their coded comments tables.

Usage

1
format_and_split_comment_sheets(coded_comment_sheets, responses, split_column)

Arguments

coded_comment_sheets

A list of dataframes for each sheet of coded comments.

responses

A dataframe of Qualtrics responses to a survey. Use ask_for_csv() to create such a dataframe from a CSV file.

split_column

The string name of the column across which the coded comments should be split.

Value

A list of lists, for each split group, and for the pairs of question IDs with coded comment tables in each split group.


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