Skip to contents

Creates a theme that scaffolds a simple R analysis project with main.R, README.md, and .gitignore.

Usage

r_analysis()

Value

A prefab_theme object.

Examples

r_analysis()
#> <theme> 3 steps
#>  filemain.R (skip)
#>  fileREADME.md (skip)
#>  text.gitignore (union)
#>  Apply with `use_theme()` or `create_project()`