powered by
Coerces to yamlet storage format by default conversion to character.
# S3 method for default to_yamlet(x, ...)
length-one character
object
ignored
Other to_yamlet: to_yamlet(), to_yamlet.NULL(), to_yamlet.character(), to_yamlet.list(), to_yamlet.numeric(), to_yamlet.yamlet()
to_yamlet()
to_yamlet.NULL()
to_yamlet.character()
to_yamlet.list()
to_yamlet.numeric()
to_yamlet.yamlet()
to_yamlet(3) to_yamlet(c(a = '4',b = '5.8')) to_yamlet(c(a = 4,b = 5.8)) to_yamlet(TRUE)
Run the code above in your browser using DataLab