Doing ```r seeds <- ... Slurm_lapply( ..., export = c("net0", "ergm_cond", "tc", "theta", "seeds") ) ``` Can result in an error since `slurmR` writes an object named `seeds` and `tc` too. The function should return an error to the user in those cases.
Doing
Can result in an error since
slurmRwrites an object namedseedsandtctoo. The function should return an error to the user in those cases.