Reads in a file in Tom's Obvious Minimal Language (TOML) format and returns its content as a (nested) strict list.
Value
A strict list.
Details
The file is parsed using RcppTOML::parseTOML(escape = FALSE)
.
See also
Other TOML functions:
toml_validate()