Learn R Programming

pandocfilters (version 0.1-3)

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(...)

Arguments

...

objects to be concatenated.

Value

an list of "inline" objects.

Examples

Run this code
# NOT RUN {
c(Str("some"), Strong("text"))
# }

Run the code above in your browser using DataLab