View source: R/loadFunctions.R
loadFunctions | R Documentation |
This function parses R scripts at the given paths and provides all objects in an environment that is attached to the search path.
loadFunctions(paths, attach = TRUE, name = "kwb", dbg = TRUE)
paths |
vector of character with paths to files (R scripts) or directories (in which to look for R scripts). |
attach |
if |
name |
name that is used when attaching the environment with all parsed objects to the search path. Default: kwb |
dbg |
logical indicating whether or not to show debug messages |
if attach
is FALSE
the environment with all parsed
objects is returned, otherwise NULL
, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.