load_custom_functions | R Documentation |
This helper function loads all the project-specific custom functions from the
specified directory. Specifically it calls source
on all files
in the designated folder.
load_custom_functions(path = "R/", recursive = TRUE)
path |
(character; default = "R/") the directory that contains scripts that only contain functions. |
recursive |
(logical; default = "TRUE") should subfolders be included? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.