list2encoding: Coerce List to Encoding

View source: R/yamlet.R

list2encodingR Documentation

Coerce List to Encoding

Description

Tries to coerce a list to an encoding. Names are understood as decodes, and list values as codes. On failure, the list is returned unchanged.

Usage

list2encoding(x, ...)

Arguments

x

list

...

ignored

Value

an encoding (length-one character), or original list if error occurs

See Also

Other encode: encode.yamlet()

Examples

meta <- system.file(package = 'yamlet', 'extdata','quinidine.yaml')
meta <- as_yamlet(meta)
list2encoding(meta$Creatinine$guide)

yamlet documentation built on Oct. 6, 2023, 9:07 a.m.