list2encoding {yamlet} | R 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)
[Package yamlet version 1.2.0 Index]