Skip to contents

Discovers the project root and executes the theme against it.

Usage

use_theme(theme)

Arguments

theme

A prefab_theme object created by new_theme() or a pre-set theme function.

Value

The project root path (invisibly).

Examples

if (FALSE) { # \dontrun{
use_theme(r_analysis())
use_theme(r_analysis() + claude_r_analysis())
} # }