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