is.block: Block Objects

View source: R/pandocfilters.R

is.blockR 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))

pandocfilters documentation built on Aug. 12, 2022, 1:05 a.m.