## default behaviour: wrap in single quotes
wrapQuote(1:10)
## change to wrap in asterisks
wrapQuote(1:10, "*")
## different front from back quotes
wrapQuote(1:10, "*", "/")
## you can also wrap with longer strings
wrapQuote(1:10, "quote")
Run the code above in your browser using DataLab