configinit | R Documentation |
configinit reads all config file (yaml) in the following places **/etc/config/*.yml**, **./config/*.yml**, **./config.yml** the places can be specified by user
configinit(val = list(), cfg = c("/etc/config", "./config",
"./config.yml"))
val |
A list thet overwrite other configs |
cfg |
An array of strings default = c("/etc/config/", "./config", "./config.yml") |
configinit()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.