Discovers the project root and executes the theme against it.
Arguments
- theme
A
prefab_themeobject created bynew_theme()or a pre-set theme function.
Examples
if (FALSE) { # \dontrun{
use_theme(r_analysis())
use_theme(r_analysis() + claude_r_analysis())
} # }
