to_yamlet.default: Coerce Default to Yamlet Storage Format

View source: R/yamlet.R

to_yamlet.defaultR Documentation

Coerce Default to Yamlet Storage Format

Description

Coerces to yamlet storage format by default conversion to character.

Usage

## Default S3 method:
to_yamlet(x, ...)

Arguments

x

object

...

ignored

Value

length-one character

See Also

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

Examples

to_yamlet(3)
to_yamlet(c(a = '4',b = '5.8'))
to_yamlet(c(a = 4,b = 5.8))
to_yamlet(TRUE)

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