sourceFunctions | R Documentation |
Source functions into the R environment located in a specified folder.
sourceFunctions(fcts_folder, setup_script)
fcts_folder |
path of the folder holding the functions. All files in this folder will be sourced at project start. |
Information if sourcing was successfull based on try function.
## Not run:
# sourceFunctions(fcts_folder = '~/project/src/fcts')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.