flash_load {devtools} R Documentation

Load R script in directory

Description


Load all of the R script in a given working directory,
by default is load all script in current directory.

Usage

flash_load(
    dir = Call "getwd"(),
    env = NULL);

Arguments

dir

The script source directory, by default is current workspace. [as string]

Details

Authors

SMRUCC genomics Institute

Value

this function returns data object of type any kind.

clr value class

Examples


[Package devtools version 2.33.856.6961 Index]