powered by
Toml
Use 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()
from_toml(x)
a list
a Toml object.
from_toml(toml(hello = "world"))
Run the code above in your browser using DataLab