from_toml: Convert 'Toml' to an R object

View source: R/from_toml.R View source: R/extendr-wrappers.R

from_tomlR Documentation

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)

Arguments

x

a Toml object.

Value

a list

Examples

from_toml(toml(hello = "world"))

tomledit documentation built on April 11, 2025, 6:14 p.m.