gdalUtils (version 0.2.0)

qm: qm

Description

Wraps an input in quotation marks.

Usage

qm(x)

Arguments

x
Character or Numeric.

Value

  • A character string that begins and ends with quotation marks.

Examples

Run this code
{
qm("Hi!")
qm(42)
}

Run the code above in your browser using DataLab