Quoted {pandocfilters} | R Documentation |
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 |
Examples
Quoted("some text", quote_type="SingleQuote")
Quoted("some text", quote_type="DoubleQuote")
[Package pandocfilters version 0.1-6 Index]