interview: Interviews

View source: R/interview.R

interviewR Documentation

Interviews

Description

This function constructs an S3 object called interview, which represents the questions asked in the tools. The object also has regular expressions, one for each questions, that can be utilized in carrying out string matching during the analysis.

Usage

interview(questions)

Arguments

questions

A character vector of the question(s)

Value

The function returns an object of class interview.

Examples

obj <- interview("What are the issue(s)?")
obj$question
obj$regex


BroVic/jGBV documentation built on Oct. 9, 2022, 6:38 a.m.