
Last chance! 50% off unlimited learning
Sale ends in
These functions make it easy to quote each individual element and are useful
in conjunction with collapse()
.
single_quote(x)double_quote(x)
backtick(x)
A character to quote.
x <- 1:5
glue('Values of x: {collapse(backtick(x), sep = ", ", last = " and ")}')
Run the code above in your browser using DataLab