Description Usage Arguments Examples
Set figure theme for reports
1 | theme_report(base_size = 11, base_family = "Times")
|
base_family |
1 2 3 4 5 6 7 8 9 10 | theme_report(base_size = 11, base_family = "Times")
Other fonts are available, though sans font is
the easiest to implement using the following.
theme_report(base_family = "")
Updating font size is accomplished by changing the base_size.
theme_report(base_size = 20, base_family = "")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.