CodeExpression: An expression defined in programming language source code.

Description Usage Arguments Value See Also

View source: R/types.R

Description

An expression defined in programming language source code.

Usage

1
CodeExpression(text, errors, format, id, meta, output, programmingLanguage)

Arguments

text

The text of the code. Required.

errors

Errors when compiling or executing the chunk.

format

Media type, typically expressed using a MIME format, of the code.

id

The identifier for this item.

meta

Metadata associated with this item.

output

The value of the expression when it was last evaluated.

programmingLanguage

The programming language of the code.

Value

A list of class CodeExpression

See Also

CodeFragment


stencilaschema documentation built on Feb. 22, 2021, 5:05 p.m.