powered by
qs() uses bquote() .() quasiquotation escaping notation.
qs(s)
expression to be quoted as a string.
character
# NOT RUN { x <- 7 qs(a == x) qs(a == .(x)) # }
Run the code above in your browser using DataLab