Span {pandocfilters} | R Documentation |
Constructs an inline object of type "Span"
.
Span(attr, inline)
attr |
an object of type |
inline |
a inline object or a list of inline objects which will be shown |
attr <- Attr("A", "B", list(c("C", "D")))
Span(attr, "some inline string")