drake (version 7.3.0)

use_drake: Use drake in a project

Description

Add top-level R script files to use drake in your data analysis project. For details, read https://ropenscilabs.github.io/drake-manual/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 master R script for batch mode.

  2. _drake.R: a configuration R script for the r_*() functions documented at # nolint https://ropenscilabs.github.io/drake-manual/projects.html#safer-interactivity. # nolint Remarks:

Examples

Run this code
# NOT RUN {
# use_drake(open = FALSE) # nolint
# }

Run the code above in your browser using DataLab