src/library/yaml/R/verbatim_logical.R

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

Try the pak package in your browser

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

pak documentation built on June 8, 2025, 11:42 a.m.