Learn R Programming

pandocfilters (version 0.1-6)

is.block: Block Objects

Description

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

Usage

is.block(x)

Value

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

Arguments

x

an object to be tested.

Examples

Run this code
is.block(as.block(NULL))

Run the code above in your browser using DataLab