Learn R Programming

wrapr (version 1.1.1)

qs: Quote a string.

Description

Quote a string.

Usage

qs(s)

Arguments

s

expression to be quoted as a string.

Value

character

Examples

Run this code
# NOT RUN {
qs(a == "x")

# }

Run the code above in your browser using DataLab