Number of CPU cores to use, defaults to the value returned by
detectCores.
export
A character vector of objects in the workspace to export when
using a Windows machine. Defaults to NULL
libraries
A character vector of library/package names to load on to
each cluster if using a Windows machine. Defaults to NULL
envir
Environment from which to export variables in varlist
Value
This function returns a list of length length(X).
Details
This function is used to parallelize executions in textmineR. It is
necessary because of differing capabilities between Windows and Unix.
Unix systems use mclapply. Windows
systems use parLapply.