Learn R Programming

pandocfilters (version 0.1-6)

RawInline: 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

Run this code
RawInline("latex", "some RawInline")

Run the code above in your browser using DataLab