| .sits_parallel_map {sits} | R Documentation |
Maps a function to a given list in parallel or sequential processing
.sits_parallel_map(x, fn, ..., progress, n_retries = 3, sleep = 0)
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 |
a list with the function results in the same order as the input list
Rolf Simoes, rolf.simoes@inpe.br