verbatim_logical.Rd
A yaml handler function that causes logical vectors to emit
true
/false
instead of yes
/no
values.
verbatim_logical(x)
Pass this function to as.yaml()
as part of the
handler
argument list like list(logical = verbatim_logical)
.
Returns a vector of strings of either true
or false
of class
verbatim
.