to_yamlet.NULL {yamlet} | R Documentation |
Coerce Null to Yamlet Storage Format
Description
Coerces null to yamlet storage format (returns empty string).
Usage
## S3 method for class ''NULL''
to_yamlet(x, ...)
Arguments
x |
object |
... |
ignored |
Value
length-one character
See Also
Other to_yamlet:
to_yamlet()
,
to_yamlet.character()
,
to_yamlet.default()
,
to_yamlet.list()
,
to_yamlet.numeric()
,
to_yamlet.yamlet()
Examples
to_yamlet(NULL)
[Package yamlet version 1.2.0 Index]