gdalUtils (version 2.0.1.5)

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 DataCamp Workspace