R/assert_logical.R

assert_lgl <- function(x){

    if ( !all( map_lgl(x , is_logical)))  {
        warning(dal_msg$lgl$lgl)
        return(NULL)
    }

    return(NULL)
}
CG1122/DAL documentation built on May 8, 2019, 9:28 a.m.