RawInline {pandocfilters}R Documentation

Raw Inline

Description

Constructs an inline object of type "RawInline".

Usage

RawInline(format, x)

Arguments

format

a character string giving the format (e.g. "latex", "html")

x

a character string giving the inline

Examples

RawInline("latex", "some RawInline")

[Package pandocfilters version 0.1-6 Index]