get_question: Get Question

Description Usage Arguments Value Examples

View source: R/utility_functions.R

Description

Get Question

Usage

1
get_question(lines = lines, question_number)

Arguments

lines

Input file represented as list object (output of import_lines).

question_number

The question number (1-19) for which a mean response is desired.

Value

The mean response from all respondents for the specified question.

Examples

1
2
3
4
## Not run: 
question_01 <- get_question(lines, 01)

## End(Not run)

rbrellen/hksreviewr documentation built on May 18, 2019, 3:39 a.m.