Learn R Programming

pandocfilters (version 0.1-6)

Span: Generic Inline Container with Attributes

Description

Constructs an inline object of type "Span".

Usage

Span(attr, inline)

Arguments

attr

an object of type "Attr"

inline

a inline object or a list of inline objects which will be shown

Examples

Run this code
attr <- Attr("A", "B", list(c("C", "D")))
Span(attr, "some inline string")

Run the code above in your browser using DataLab