c.block {pandocfilters} | R Documentation |
Objects of class "block"
can be combined by using the generic
default method "c"
(combine).
## S3 method for class 'block'
c(...)
... |
objects to be concatenated. |
an list of "block"
objects.
c(Header( "R Basics" ), Header("What is R?", level=2),
Plain(c(Emph("R"), Space(), "is a system for ", Strong("statistical computation"))))