Skip to contents

Creates a theme that scaffolds an R targets project with _targets.R, packages.R, README.md, and .gitignore.

Usage

r_targets()

Value

A prefab_theme object.

Examples

r_targets()
#> <theme> 5 steps
#>  file_targets.R (skip)
#>  filepackages.R (skip)
#>  fileREADME.md (skip)
#>  text.gitignore (union)
#>  run → fs::dir_create()
#>  Apply with `use_theme()` or `create_project()`