Description Usage Arguments Value
Given a .txt filename, this will parse out key value pairs separated
by "=" and assign the value to the key in a new environment.
The file should end in a new line character to avoid any warnings. Users
can access the variables with the base R command get()
1 | load_config(filename)
|
filename |
Path and filename to be loaded |
Environment containing all the assigned variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.