.sits_parallel_map {sits}R Documentation

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, n_retries = 3, sleep = 0)

Arguments

x

a given list to be passed to a function

fn

a function to be applied to each list element

progress

a logical value indicating if a progress bar should be shown

n_retries

a number of retries before fail

sleep

a number in seconds to wait before try again

Value

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

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


[Package sits version 0.16.2 Index]