find_question_index: Find Question Index from DataExportTag

Description Usage Arguments Value

Description

Similar to find_question and find_question, this function takes a list of questions and an export tag and looks for the matching question. Differently from find_question, this function returns the index of the questions with that Question Data Export Tag rather than the question itself.

Usage

1
find_question_index(questions, exporttag)

Arguments

questions

A list of questions from a Qualtrics survey.

exporttag

A string data export tag to identify the desired question.

Value

A numeric list with entries such that questions[[i]][['Payload']][['DataExportTag]] == exporttag for any i in the returned list.


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