to_yamlet.NULL: Coerce Null to Yamlet Storage Format

View source: R/yamlet.R

to_yamlet.NULLR 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)

yamlet documentation built on June 8, 2025, 1:57 p.m.