| update_config | R Documentation |
Creates a new configuration by updating specific fields of an existing one.
update_config(config, ...)
config |
An existing besthr_plot_config object |
... |
Named arguments to update |
A new besthr_plot_config object
cfg <- besthr_plot_config()
cfg2 <- update_config(cfg, theme_style = "modern", panel_widths = c(2, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.