Learn R Programming

assemblerr (version 0.1.1)

new_declaration: `declaration` constructor

Description

The internal constructor for a declaration vector. The user-facing version is `declaration`.

Usage

new_declaration(identifier = list(), definition = list())

Arguments

identifier

List of expressions

definition

List of expressions

Value

An assemblerr_declaration object

Details

The arguments `identifier` and `definition` are lists of R expressions. For `identifier` only symbols, array expressions (e.g., theta[1]), or NULL are permitted.