Learn R Programming

pandocfilters (version 0.1-6)

is.inline: Inline Objects

Description

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

Usage

is.inline(x)

Value

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

Arguments

x

an object to be tested.

Examples

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

Run the code above in your browser using DataLab