Learn R Programming

wrapr (version 2.1.0)

qs: Quote argument as a string.

Description

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

Usage

qs(s)

Value

character

Arguments

s

expression to be quoted as a string.

Examples

Run this code

x <- 7

qs(a == x)

qs(a == .(x))

Run the code above in your browser using DataLab