c.inline {pandocfilters} | R Documentation |
Objects of class "inline"
can be combined by using the generic
default method "c"
(combine).
## S3 method for class 'inline'
c(...)
... |
objects to be concatenated. |
an list of "inline"
objects.
c(Str("some"), Strong("text"))