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.character(), to_yamlet.default(), to_yamlet.list(), to_yamlet.numeric(), to_yamlet.yamlet(), to_yamlet()

Examples

to_yamlet(NULL)

bergsmat/yamlet documentation built on Feb. 18, 2024, 5:50 a.m.