Description Usage Arguments Value Examples
Create an array from a list of an indexes
1 | create_array(value = 1, indexes)
|
value |
A numeric vector with the value(s) to fill the array |
indexes |
A named list with the indexes of the array |
An array with the dimensions equal to the length of each index.
1 | create_array(value = 1, indexes = list(i = c("a", "b"), j = c("c", "d")))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.