saving_map {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 inly if exported.

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 inly if exported.

Usage

saving_map(.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.

...

Additionals.

Value

No return value, called for side effects


[Package currr version 0.1.2 Index]