Code {stencilaschema} | R Documentation |
CodeBlock
, CodeExpression
.Base type for code nodes e.g. CodeBlock
, CodeExpression
.
Code(text, format, id, meta, programmingLanguage)
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. |
A list
of class Code