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")
name of theme. By default this will load the built-in
theme developed for R.
Use list_themes()
to see what themes are available.
none
{
if (FALSE) {
list_themes()
set_theme('default')
}
}