Learn R Programming

yamlet (version 1.2.1)

to_yamlet: Coerce to Yamlet Storage Format

Description

Coerces to yamlet storage format. Generic, with methods for default, null, character and list which together implement the yamlet storage syntax. Always returns length-one character, possibly the empty string.

Usage

to_yamlet(x, ...)

Value

length-one character

Arguments

x

object

...

ignored

See Also

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