Learn R Programming

vvconverter (version 0.7.0)

test_yes_no: Test Yes/No Responses

Description

This function tests if a vector of responses are yes or no.

Usage

test_yes_no(responses)

Value

A logical vector indicating if each response is yes or no.

Arguments

responses

A vector of responses.