is.inline {pandocfilters}R Documentation

Inline Objects

Description

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

Usage

is.inline(x)

Arguments

x

an object to be tested.

Value

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

Examples

is.inline(as.inline(NULL))

[Package pandocfilters version 0.1-6 Index]