qs: Quote argument as a string.

View source: R/qae.R

qsR Documentation

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


x <- 7

qs(a == x)

qs(a == .(x))


WinVector/wrapr documentation built on Aug. 29, 2023, 4:51 a.m.