to_yamlet.yamlet: Coerce Yamlet to Yamlet Storage Format

View source: R/yamlet.R

to_yamlet.yamletR Documentation

Coerce Yamlet to Yamlet Storage Format

Description

Coerces yamlet to yamlet storage format by unclassing to list.

Usage

## S3 method for class 'yamlet'
to_yamlet(x, ...)

Arguments

x

object

...

ignored

Value

length-one character

See Also

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

Examples

library(magrittr)
 'a: [[d: [-1, 0, 1, 2]]]' %>% as_yamlet %>% to_yamlet

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