Wraps an input in quotation marks.
qm(x)
x
Character or Numeric.
A character string that begins and ends with quotation marks.
Jonathan A. Greenberg
{ qm("Hi!") qm(42) }