R/themes-project.R
r_targets.Rd
Creates a theme that scaffolds an R targets project with _targets.R, packages.R, README.md, and .gitignore.
_targets.R
packages.R
README.md
.gitignore
r_targets()
A prefab_theme object.
prefab_theme
r_targets() #> <theme> 5 steps #> • file → _targets.R (skip) #> • file → packages.R (skip) #> • file → README.md (skip) #> • text → .gitignore (union) #> • run → fs::dir_create() #> ℹ Apply with `use_theme()` or `create_project()`