source_all | R Documentation |
Sources all the .R scripts in a folder. Important to ensure the .R files in a folder are all functions - not running scripts.
source_all(Loc)
Loc |
Provided location to source all functions from On a Windows PC, this could e.g. be: 'C:/Temp_Folder/code' Or if called from within a project, simply source_all("code") |
Sources all the .R scripts in a given folder.
source_all("C:/Temp/FinMetrics/Practical1/code")
source_all("code")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.