saving_map: Run a map with the function, but saves after a given number...

View source: R/saving_map.R

saving_mapR 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


currr documentation built on March 7, 2023, 8:34 p.m.