Learn R Programming

yamlet (version 0.6.5)

to_yamlet.NULL: Coerce Null to Yamlet Storage Format

Description

Coerces null to yamlet storage format (returns empty string).

Usage

# S3 method for `NULL`
to_yamlet(x, ...)

Arguments

x

object

...

ignored

Value

length-one character

See Also

Other to_yamlet: to_yamlet.character(), to_yamlet.default(), to_yamlet.list(), to_yamlet()

Examples

Run this code
# NOT RUN {
to_yamlet(NULL)
# }

Run the code above in your browser using DataLab