powered by
Encapsulate a string in backticks. Very helpful for in line code in spin scripts.
spin
backtick(x, dequote = FALSE)
the thing to be deparsed and encapsulated in backticks
remove the first and last double or signal quote form x
x
backtick("a quoted string") backtick(no-quote) backtick(noquote)
Run the code above in your browser using DataLab