powered by
Constructs an inline object of type "Quoted".
"Quoted"
Quoted(x, quote_type = "DoubleQuote")
a inline object or a list of inline objects
a character giving the quote type, valid types are "SingleQuote" and "DoubleQuote"
"SingleQuote"
"DoubleQuote"
Quoted("some text", quote_type="SingleQuote") Quoted("some text", quote_type="DoubleQuote")
Run the code above in your browser using DataLab