View source: R/javaFunctions.R
getArrayLength | R Documentation |
This method returns an integer that is the length of the Array.
getArrayLength(object, affinity. = 1)
object |
a java.object instance that represents an array |
affinity. |
an optional parameter for multithreading (see the mclapply.j4r function) |
an integer that is the length of the array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.