is.block {pandocfilters}R Documentation

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

is.block(as.block(NULL))

[Package pandocfilters version 0.1-6 Index]