Learn R Programming

sits (version 1.1.0)

.sits_parallel_map: Maps a function to a given list in parallel or sequential processing

Description

Maps a function to a given list in parallel or sequential processing

Usage

.sits_parallel_map(x, fn, ..., progress = FALSE, n_retries = 3, sleep = 0)

Value

List with the function results in the same order as the input list

Arguments

x

List to be passed to a function.

fn

Function to be applied to each list element.

progress

Show progress bar?

n_retries

Number of retries before fail.

sleep

Number in seconds to wait before trying again.

Author

Rolf Simoes, rolf.simoes@inpe.br