Description Usage Arguments Examples
Remove all package parameters
1 | rm_package_params(package = NULL)
|
package |
package |
1 2 3 4 5 | config_file <- example_config_file()
register_params(config_file, 'tgconfig')
get_package_params('tgconfig')
rm_package_params('tgconfig')
get_package_params('tgconfig')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.