Description Usage Arguments Examples
Override pre-set parameters from config file
1  | override_params(config_file, package = NULL)
 | 
config_file | 
 yaml file with parameters and values  | 
package | 
 package  | 
1 2 3 4 5  | config_file <- example_config_file()
register_params(config_file, 'tgconfig')
get_package_params('tgconfig')
override_params(system.file('config/override_example.yaml', package='tgconfig'), package='tgconfig')
get_package_params('tgconfig')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.