Quoting operators
These functions make it easy to quote each individual element and are useful
in conjunction with glue_collapse()
.
single_quote(x) double_quote(x) backtick(x)
x |
A character to quote. |
x <- 1:5 glue('Values of x: {glue_collapse(backtick(x), sep = ", ", last = " and ")}')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.