as.inline {pandocfilters}R 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)

[Package pandocfilters version 0.1-6 Index]