View source: R/parallel_config.R
| reset_parallel_plan | R Documentation |
Convenience function to reset parallel processing to sequential mode.
Equivalent to set_parallel_plan("sequential").
reset_parallel_plan()
Invisibly returns the future plan object.
set_parallel_plan()
## Not run:
# Enable parallel processing
set_parallel_plan("multisession", workers = 4)
# Reset to sequential
reset_parallel_plan()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.