View source: R/helper_functions.R
manual_backend | R Documentation |
By default, parapurrr automatically register doPar backends for you. based on the provided "adaptor" argument in the function call, parapurrr will automatically handle (initiate, register and terminate) the selected doPar backend and it's infrastructures. But you can disable this behaviour and force manual control of the doPar backend. To do that your can:
Call manual_backend(TRUE) once in your R session. After that, any value for "adaptor" argument in parapurrrr function calls will be ignored and you will have to manually handle the doPAr backend.
Call any parapurrr function with adaptor = NULL.
manual_backend(force)
force |
(logical) Stop automatic handling the doPar backend by parapurrr? Supply TRUE to stop automatic handling of dopar backend and force the manual mode. |
NULL, Internally will change the corresponding option in R environment.
## Not run: manual_backend(TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.