Learn R Programming

pandocfilters (version 0.1-6)

as.inline: Inline Objects

Description

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

Usage

as.inline(x)

Value

an object of class "inline".

Arguments

x

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

Examples

Run this code
as.inline("some text")
as.inline(NULL)

Run the code above in your browser using DataLab