Description Usage Arguments Details Value
View source: R/declaration-creation.R
The internal constructor for a declaration vector. The user-facing version is 'declaration'.
1 | new_declaration(identifier = list(), definition = list())
|
identifier |
List of expressions |
definition |
List of expressions |
The arguments 'identifier' and 'definition' are lists of R expressions. For 'identifier' only symbols, array expressions (e.g., theta[1]), or NULL are permitted.
An assemblerr_declaration object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.