Learn R Programming

J4R (version 1.0.8)

getArrayLength: Return the length of an Array instance

Description

This method returns an integer that is the length of the Array.

Usage

getArrayLength(object, affinity. = 1)

Arguments

object

a java.object instance that represents an array

affinity.

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

Value

an integer that is the length of the array