transform_logical_yes_no: Transform Logical to Yes/No and Vice Versa

View source: R/transform_logical_yes_no.R

transform_logical_yes_noR Documentation

Transform Logical to Yes/No and Vice Versa

Description

This function transforms a logical vector to a vector of yes/no strings or vice versa.

Usage

transform_logical_yes_no(x, lang = "nl")

Arguments

x

A logical or character vector.

lang

The language of the yes/no strings. Default is "nl" (Dutch).

Value

A vector of yes/no strings or a logical vector.


vvconverter documentation built on June 22, 2024, 10:53 a.m.