Convert categorical representations of true/false values to a logical
Source:R/to_logical.R
to_logical.Rd
Allow the convertion of logical related data to actual Boolean
Examples
to_logical(c("yes", "no"))
#> [1] TRUE FALSE
R/to_logical.R
to_logical.Rd
Allow the convertion of logical related data to actual Boolean
to_logical(c("yes", "no"))
#> [1] TRUE FALSE