R/utils.R

Defines functions .is_a_bool

.is_a_bool <- function(x){
    is.logical(x) && length(x) == 1L && !is.na(x)
}
FelixErnst/Structstrings documentation built on March 26, 2024, 9:29 p.m.