diff --git a/man/verbatim_logical.Rd b/man/verbatim_logical.Rd index 352030a..535e5fd 100644 --- a/man/verbatim_logical.Rd +++ b/man/verbatim_logical.Rd @@ -2,11 +2,11 @@ \alias{verbatim_logical} %- Also NEED an '\alias' for EACH other topic documented here. \title{ -Alternalte logical handler +Alternative logical handler } \description{ -A yaml handler function that will cause logical vectors to emit true/false value -instead of yes/no value +A yaml handler function that causes logical vectors to emit +\code{true}/\code{false} instead of \code{yes}/\code{no} values. } \usage{ verbatim_logical(x) @@ -14,12 +14,12 @@ verbatim_logical(x) %- maybe also 'usage' for other objects documented here. \arguments{ \item{x}{ - logical values to convert to \code{true} or \code{false}. + logical vector to convert to \code{true}/\code{false}. } } \details{ -To use pass into as.yaml as part of a handler arguement list like -\code{list(logical=verbatim_logical)}. +Pass this function to \code{\link[=as.yaml]{as.yaml()}} as part of the +\code{handler} argument list like \code{list(logical = verbatim_logical)}. } \value{ Returns a vector of strings of either \code{true} or \code{false} of class