View source: R/saving_map_nodot.R
saving_map_nodot | R Documentation |
Run a map with the function, but saves after a given number of execution. This is an internal function, you are not supposed to use it manually, but can call for background job only if exported. This function differs from saving_map, since it does not have a ... input. This is neccessary because job::job fails if ... is not provided for the cp_map call.
saving_map_nodot(.ids, .f, name, n_checkpoint = 100, currr_folder)
.ids |
Placement of .x to work with. |
.f |
Called function. |
name |
Name for saving. |
n_checkpoint |
Number of checkpoints. |
currr_folder |
Folder where cache files are stored. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.