as.inline: Inline Objects

View source: R/pandocfilters.R

as.inlineR Documentation

Inline Objects

Description

Objects of the classes "NULL" and "character" can be coerced to "inline".

Usage

as.inline(x)

Arguments

x

an object of type "NULL", "character" or "inline".

Value

an object of class "inline".

Examples

as.inline("some text")
as.inline(NULL)

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