qs | R Documentation |
qs() uses bquote() .() quasiquotation escaping notation.
qs(s)
s |
expression to be quoted as a string. |
character
x <- 7
qs(a == x)
qs(a == .(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.