Learn R Programming

pandocfilters (version 0.1-6)

Quoted: Quoted Text

Description

Constructs an inline object of type "Quoted".

Usage

Quoted(x, quote_type = "DoubleQuote")

Arguments

x

a inline object or a list of inline objects

quote_type

a character giving the quote type, valid types are "SingleQuote" and "DoubleQuote"

Examples

Run this code
Quoted("some text", quote_type="SingleQuote")
Quoted("some text", quote_type="DoubleQuote")

Run the code above in your browser using DataLab