Description Usage Arguments Value Examples
View source: R/create_variable.R
Create a variable
1 | create_variable(value = 1, indexes, type = c("defined", "undefined"), desc)
|
value |
a numeric vector with the value(s) to fill the array. |
indexes |
a named list with the indexes of the array. |
type |
the variable type: "defined" or "undefined". |
desc |
variable description. |
A named list with the values and type for the variable.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.