to_logical {configulaR}R Documentation

Convert categorical representations of true/false values to a logical

Description

Allow the convertion of logical related data to actual Boolean

Usage

to_logical(x)

Arguments

x

a vector of boolean compatible values.

Value

a vector of boolean

Examples

to_logical(c("yes", "no"))

[Package configulaR version 0.1.1 Index]