saving_map_nodot {currr} | 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.
Description
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.
Usage
saving_map_nodot(.ids, .f, name, n_checkpoint = 100, currr_folder)
Arguments
.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. |
Value
No return value, called for side effects
[Package currr version 0.1.2 Index]