c.inline {pandocfilters}R Documentation

Combine Inline Objects

Description

Objects of class "inline" can be combined by using the generic default method "c" (combine).

Usage

## S3 method for class 'inline'
c(...)

Arguments

...

objects to be concatenated.

Value

an list of "inline" objects.

Examples

c(Str("some"), Strong("text"))

[Package pandocfilters version 0.1-6 Index]