CodeExpression {stencilaschema}R Documentation

An expression defined in programming language source code.

Description

An expression defined in programming language source code.

Usage

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


[Package stencilaschema version 1.0.0 Index]