c.block: Combine Block Objects

View source: R/pandocfilters.R

c.blockR Documentation

Combine Block Objects

Description

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

Usage

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

Arguments

...

objects to be concatenated.

Value

an list of "block" objects.

Examples

c(Header( "R Basics" ), Header("What is R?", level=2),
Plain(c(Emph("R"), Space(), "is a system for ", Strong("statistical computation"))))

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