Learn R Programming

pandocfilters (version 0.1-3)

is.inline: 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

Run this code
# NOT RUN {
is.inline(as.inline(NULL))
# }

Run the code above in your browser using DataLab