View source: R/from_toml.R View source: R/extendr-wrappers.R
from_toml | R Documentation |
Toml
to an R objectUse from_toml()
to convert a Toml
document to an R object.
Note that that due to the encoding of values in the TOML specification
a perfect round trip from TOML to R is not always possible.
from_toml(x)
x |
a |
a list
from_toml(toml(hello = "world"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.