R/verbatim_logical.R

Defines functions verbatim_logical

Documented in verbatim_logical

verbatim_logical <- function(x) {
  result <- tolower(as.logical(x))
  class(result) <- "verbatim"
  return(result)
}

Try the yaml package in your browser

Any scripts or data that you put into this service are public.

yaml documentation built on June 22, 2024, 11:05 a.m.