Learn R Programming

pandocfilters (version 0.1-3)

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

Arguments

...

objects to be concatenated.

Value

an list of "block" objects.

Examples

Run this code
# NOT RUN {
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