Learn R Programming

tomledit (version 0.1.0)

from_toml: Convert Toml to an R object

Description

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.

Usage

from_toml(x)

Value

a list

Arguments

x

a Toml object.

Examples

Run this code
from_toml(toml(hello = "world"))

Run the code above in your browser using DataLab