Learn R Programming

pandocfilters (version 0.1-6)

c.block: Combine Block Objects

Description

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

Usage

# S3 method for block
c(...)

Value

an list of "block" objects.

Arguments

...

objects to be concatenated.

Examples

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

Run the code above in your browser using DataLab