merge_split_column_into_comment_sheet: Merge a Splitting Column into an Unprocessed Coded Comment...

Description Usage Arguments Value

View source: R/comment_coding.R

Description

Run create_merged_response_column() before this to create the splitting column in the responses. Then pass the column name of the column created by create_merged_response_column() as split_column

Usage

1
2
merge_split_column_into_comment_sheet(coded_comment_sheet, responses,
  split_column)

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

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 to merge in for splitting

Value

A dataframe similar to the input coded_comment_sheet, but with the additional column specified by split_column merged in.


ctesta01/qualtrics-R-package documentation built on May 14, 2019, 12:28 p.m.