`map` is same as `mapply`, except more efficient for `JuliaObject`.

map(FUN, ..., MoreArgs = NULL, SIMPLIFY = TRUE, USE.NAMES = TRUE)

Arguments

FUN

function to apply.

...

arguments.

MoreArgs

a list of other arguments to FUN.

SIMPLIFY

whether or not to simplify the result.

USE.NAMES

whether or not to use names.