powered by
Coerces something to yamlet format. If the object or user specifies default keys, these are applied. See as_yamlet.character.
as_yamlet.character
as_yamlet(x, ...)
a named list
object
passed arguments
Other yamlet: [.yamlet(), as.character.yamlet(), as_yamlet.character(), as_yamlet.data.frame(), as_yamlet.list(), as_yamlet.yam(), as_yamlet.yamlet(), print.yamlet()
[.yamlet()
as.character.yamlet()
as_yamlet.character()
as_yamlet.data.frame()
as_yamlet.list()
as_yamlet.yam()
as_yamlet.yamlet()
print.yamlet()
file <- system.file(package = 'yamlet', 'extdata','quinidine.yaml') file identical(as_yamlet(as_yam(file)), as_yamlet(file)) # Read yamlet from storage and apply default keys. as_yamlet(file)
Run the code above in your browser using DataLab