R/themes-project.R
r_analysis.Rd
Creates a theme that scaffolds a simple R analysis project with main.R, README.md, and .gitignore.
main.R
README.md
.gitignore
r_analysis()
A prefab_theme object.
prefab_theme
r_analysis() #> <theme> 3 steps #> • file → main.R (skip) #> • file → README.md (skip) #> • text → .gitignore (union) #> ℹ Apply with `use_theme()` or `create_project()`