to_logical: Convert categorical representations of true/false values to a...

View source: R/to_logical.R

to_logicalR 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"))

configulaR documentation built on June 8, 2025, 10:52 a.m.