Learn R Programming

yamlet (version 1.2.1)

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, ...)

Value

length-one character

Arguments

x

object

...

ignored

See Also

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

Examples

Run this code
to_yamlet(NULL)

Run the code above in your browser using DataLab