use_drake {drake}R Documentation

Use drake in a project [Questioning]

Description

Add top-level R script files to use drake in your data analysis project. For details, read ⁠https://books.ropensci.org/drake/projects.html⁠

Usage

use_drake(open = interactive())

Arguments

open

Logical, whether to open make.R for editing.

Details

Files written:

  1. make.R: a suggested main R script for batch mode.

  2. ⁠_drake.R⁠: a configuration R script for the ⁠r_*()⁠ functions documented at # nolint ⁠https://books.ropensci.org/drake/projects.html#safer-interactivity⁠. # nolint Remarks:

Examples

## Not run: 
# use_drake(open = FALSE) # nolint

## End(Not run)

[Package drake version 7.13.9 Index]