to_yamlet {yamlet} | R Documentation |
Coerce to Yamlet Storage Format
Description
Coerces to yamlet storage format. Generic, with methods for default, null, character and list which together implement the yamlet storage syntax. Always returns length-one character, possibly the empty string.
Usage
to_yamlet(x, ...)
Arguments
x |
object |
... |
ignored |
Value
length-one character
See Also
Other to_yamlet:
to_yamlet.NULL()
,
to_yamlet.character()
,
to_yamlet.default()
,
to_yamlet.list()
,
to_yamlet.numeric()
,
to_yamlet.yamlet()
[Package yamlet version 1.2.0 Index]