is_question_viewed: Is question viewed?

Description Usage Arguments Examples

Description

This is a (malformatted) logical variable used by the SurveyMonkey Excel exporter. It is used to evaluate if a multiple choice question was answered or not.

Usage

1
is_question_viewed(column, na_value = 0)

Arguments

column

A column from a survey data frame where gender is recorded.

na_value

What should be the value of missing answers (Default: "NA", but in some cases it is useful to code them 0. )

Examples

1
2
3
is_question_viewed (column = c("Viewed", NA, "Any characters",
                        NA, NA),
                       na_value = 0 )

antaldaniel/surveyreader documentation built on May 16, 2019, 2:29 a.m.