Learn R Programming

pandocfilters (version 0.1-6)

c.inline: Combine Inline Objects

Description

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

Usage

# S3 method for inline
c(...)

Value

an list of "inline" objects.

Arguments

...

objects to be concatenated.

Examples

Run this code
c(Str("some"), Strong("text"))

Run the code above in your browser using DataLab