executeOne: Execute one script in the background without loading anything...

Description Usage Arguments Details Author(s)

View source: R/executeAll.r

Description

Source the given file with a .r or .R extension.

Usage

1
executeOne(fullPath = NULL, echo = FALSE, local = TRUE)

Arguments

fullPath

A character vector with the path to the scripts to execute

echo

logical. Passed to source.

local

logical. Passed to source.

Details

If not working inside an Rproject, path has to be complete from root.

Author(s)

Alban Sagouis


AlbanSagouis/myToolbox documentation built on Feb. 1, 2021, 1:08 p.m.