Skip to contents

Removes a theme from the registry. Cannot unregister built-in themes.

Usage

unregister_theme(theme_name)

Arguments

theme_name

Character string with theme name

Value

Invisibly returns TRUE if successful

Examples

if (FALSE) { # \dontrun{
unregister_theme("MyCustomTheme")
} # }