source_all | R Documentation |
Source all files in a directory at once. Also loads selected libraries.
source_all(path = "R/", pattern = "*.R$", packages = "dplyr")
path |
a character vector of full path names; the default
corresponds to the working directory, |
pattern |
an optional regular expression. Only file names which match the regular expression will be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.