Learn R Programming

wrapr (version 1.9.6)

qs: Quote argument as a string.

Description

qs() uses bquote() .() quasiquotation escaping notation.

Usage

qs(s)

Arguments

s

expression to be quoted as a string.

Value

character

Examples

Run this code
# NOT RUN {
x <- 7

qs(a == x)

qs(a == .(x))

# }

Run the code above in your browser using DataLab