map: Apply a Function to Multiple List or Vector Arguments

Description Usage Arguments

Description

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

Usage

1
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.


Non-Contradiction/autodiffr documentation built on May 10, 2019, 8:04 a.m.