View source: R/fun.CustomConfig.R
config.load | R Documentation |
Function to load custom configuration of user defined values. Adds to the existing environment. User should load a new configuration prior to master script.
config.load(myFile, myExt = "R")
myFile |
Configuration file (including path if not in working directory) |
myExt |
"R" or "RDS" |
Custom config files must **not** include 'ContData.env <- new.env(parent = emptyenv())'. This will create a 2nd environment that will not be accessed by the functions in the package.
NA, values in file added to environment "ContData.env".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.