Code: Base type for code nodes e.g. 'CodeBlock', 'CodeExpression'.

Description Usage Arguments Value See Also

View source: R/types.R

Description

Base type for code nodes e.g. CodeBlock, CodeExpression.

Usage

1
Code(text, format, id, meta, programmingLanguage)

Arguments

text

The text of the code. Required.

format

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

id

The identifier for this item.

meta

Metadata associated with this item.

programmingLanguage

The programming language of the code.

Value

A list of class Code

See Also

Entity


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