MatchVariableLabelsToQuestion: Perform Variable Label Matching

View source: R/splitformquestions.R

MatchVariableLabelsToQuestionR Documentation

Perform Variable Label Matching

Description

Match variable labels to labels that come from a mixture of questions and variables. The labels from questions may have been modified because the question is a grid question and this requires special treatment.

Usage

MatchVariableLabelsToQuestion(
  labels.from.mixed.input,
  variable.labels,
  is.grid,
  variable.labels.source
)

Arguments

labels.from.mixed.input

Variable labels obtained from SplitFormQuestions.

variable.labels

Variable labels to be matched.

is.grid

Logical flag indicating which labels.from.mixed.input are from a Pick Any - Grid or Number - Grid questions.

variable.labels.source

The source of the variable labels, to be used to show the error message.


Displayr/flipData documentation built on March 2, 2024, 3:49 a.m.