Description Usage Arguments Value Examples
View source: R/report_configuration.R
Report config: saves config to text file
1  | report_config_to_txt(config_list, output_file = "report_config.txt")
 | 
config_list | 
 a report configuration list e.g. as retrieved by report_config_template()  | 
output_file | 
 absolute or relative path of where to save output file (default: "report_config.txt")  | 
saves report configuration list as text file
1 2 3 4 5 6 7 8  | ## Not run: 
### Creates a configuration template
config <- report_config_template()
### Saves list config in text
report_config_to_txt(config_list = config,
output_file = "report_config.txt")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.