attachYesNo: Attach levels no and yes to a 0-1 vector.

Description Usage Arguments Value Author(s) Examples

View source: R/attachYesNo.r

Description

Attach levels "no" and "yes" to a 0-1 vector and turn it into a factor.

Usage

1

Arguments

v

Vector.

Value

Factor with the corresponding levels.

Author(s)

Kaspar Rufibach (maintainer), kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch

Examples

1
2
3
set.seed(1977)
vec <- round(runif(10, 0, 1))
attachYesNo(vec)

reporttools documentation built on Oct. 12, 2021, 5:06 p.m.