View source: R/javaFunctions.R
getAllValuesFromArray | R Documentation |
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
getAllValuesFromArray(object, affinity. = 1)
object |
a java.object reference pointing to a Java array |
affinity. |
an optional parameter for multithreading (see the mclapply.j4r function) |
either a java.list object, a vector or a matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.