new_declaration: 'declaration' constructor

Description Usage Arguments Details Value

View source: R/declaration-creation.R

Description

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

Usage

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

Arguments

identifier

List of expressions

definition

List of expressions

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.

Value

An assemblerr_declaration object


assemblerr documentation built on Jan. 13, 2022, 1:07 a.m.