For advanced users, you can load a theme from a file using tcltk::tcl('source', theme_file), before calling set_theme()

set_theme(theme_name = "r-sun-valley-light")

Arguments

theme_name

name of theme. By default this will load the built-in theme developed for R. Use list_themes() to see what themes are available.

Value

none

Examples

{
if (FALSE) {
list_themes()
set_theme('default')
}
}