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 Nov. 6, 2024, 12:11 a.m.