as_yamlet.yamlet: Coerce Yamlet to Yamlet

View source: R/yamlet.R

as_yamlet.yamletR Documentation

Coerce Yamlet to Yamlet

Description

Coerces yamlet to yamlet. Currently a non-operation.

Usage

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

Arguments

x

yamlet

...

ignored

Value

yamlet

See Also

Other yamlet: [.yamlet(), as.character.yamlet(), as_yamlet.character(), as_yamlet.data.frame(), as_yamlet.list(), as_yamlet.yam(), as_yamlet(), print.yamlet()

Examples

meta <- system.file(package = 'yamlet', 'extdata','quinidine.yaml')
x <- as_yamlet(meta)
as_yamlet(x)

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