toml_read | R Documentation |
Reads in a file in Tom's Obvious Minimal Language (TOML) format and returns its content as a (nested) strict list.
toml_read(input, from_file = TRUE, verbose = FALSE)
input |
If |
from_file |
Whether |
verbose |
[logical] Optional verbosity flag, no current effect |
The file is parsed using RcppTOML::parseTOML(escape = FALSE)
.
A strict list.
Other TOML functions:
toml_validate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.