c.inline: Combine Inline Objects

View source: R/pandocfilters.R

c.inlineR 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"))

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.