parallelSource {parallelMap} | R Documentation |
Source R files for parallelization.
Description
Makes sure that the files are sourced in slave process so that
they can be used in a job function which is later run with parallelMap()
.
For all modes, the files are also (potentially) loaded on the master.
Usage
parallelSource(
...,
files,
master = TRUE,
level = NA_character_,
show.info = NA
)
Arguments
... |
character |
files |
character |
master |
( |
level |
( |
show.info |
( |
Value
Nothing.