rs_addin_r_make {drake}R Documentation

RStudio addin for r_make() [Stable]

Description

Call r_make() in an RStudio addin.

Usage

rs_addin_r_make(r_args = list())

Arguments

r_args

List of arguments to r_fn, not including func or args. Example: r_make(r_fn = callr::r_bg, r_args = list(stdout = "stdout.log")).

Value

Nothing.


[Package drake version 7.13.10 Index]