Skip to contents

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.