getAllValuesFromArray: Returns all the elements of a Java array

Description Usage Arguments Value

View source: R/javaFunctions.R

Description

All the elements of an array are returned. If these elements are Java instances, then the function value is a java.list of java.object references. Otherwise, the value is either a vector or a matrix

Usage

1
getAllValuesFromArray(object, affinity. = 1)

Arguments

object

a java.object reference pointing to a Java array

affinity.

an optional parameter for multithreading (see the mclapply.j4r function)

Value

either a java.list object, a vector or a matrix


J4R documentation built on July 23, 2020, 9:06 a.m.