backtick | R Documentation |
Encapsulate a string in backticks. Very helpful for in line code in
spin
scripts.
backtick(x, dequote = FALSE)
x |
the thing to be deparsed and encapsulated in backticks |
dequote |
remove the first and last double or signal quote form |
backtick("a quoted string")
backtick(no-quote)
backtick(noquote)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.