Description Usage Arguments Value Examples
Parse configuration string to R list object.
1 |
text |
JSON, YAML, INI or TOML format string. |
... |
Arguments pass to |
List
1 2 3 4 | json_string <- '{"city" : "Crich"}\n'
yaml_string <- 'foo: 123\n'
json_config <- str2config(json_string)
yaml_config <- str2config(yaml_string)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.