gdalUtils (version 2.0.3.2)

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
# NOT RUN {
{
qm("Hi!")
qm(42) 
}
# }

Run the code above in your browser using DataCamp Workspace