powered by
Coerces list to yamlet storage format. Operates recursively on list members.
# S3 method for list to_yamlet(x, ...)
object
ignored
length-one character
Other to_yamlet: to_yamlet.NULL(), to_yamlet.character(), to_yamlet.default(), to_yamlet()
to_yamlet.NULL()
to_yamlet.character()
to_yamlet.default()
to_yamlet()
# NOT RUN { to_yamlet(list()) to_yamlet(list(a = 1, b = 2, c = NULL)) to_yamlet(list(a = 1, b = list(c = 3, d = list(e = 4, f = 'g', 'h')))) # }
Run the code above in your browser using DataLab