Learn R Programming

pandocfilters (version 0.1-3)

is.block: Block Objects

Description

Tests if an object has the class attribute "block".

Usage

is.block(x)

Arguments

x

an object to be tested.

Value

a logical indicating if the provided object is of type "block".

Examples

Run this code
# NOT RUN {
is.block(as.block(NULL))
# }

Run the code above in your browser using DataLab