Export only specific objects to processing nodes when running within a function
I want to use parallel computations in R. When running on the global environment (outside of functions), the behaviour was as expected: i.e. only exported objects are seen by the e.g., parSapply
function.
Export only specific objects to processing nodes when running within a function
I want to use parallel computations in R. When running on the global environment (outside of functions), the behaviour was as expected: i.e. only exported objects are seen by the e.g., parSapply
function.
Export only specific objects to processing nodes when running within a function
I want to use parallel computations in R. When running on the global environment (outside of functions), the behaviour was as expected: i.e. only exported objects are seen by the e.g., parSapply
function.