automate_load | R Documentation |
automate_load_packages()
loads all packages listed in YAML via library()
automate_load_scripts()
registeres external scripts via knitr::read_chunk()
automate_load_data()
reads in the data from the yaml with abitrary functions
automate_load_packages()
automate_load_scripts()
automate_load_data(data, func, ...)
data |
How is the entry in the YAML called? It will be the name of the object. |
func |
Which function should be used to read in the data? Its first argument must be the path to the file. |
... |
Further arguments supplied to |
automate_load_packages()
& automate_load_scripts()
do not return anything. automate_load_data()
returns the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.