qwraps2 (version 0.6.0)

backtick: Backtick

Description

Encapsulate a string in backticks. Very helpful for in line code in spin scripts.

Usage

backtick(x, dequote = FALSE)

Arguments

x

the thing to be deparsed and encapsulated in backticks

dequote

remove the first and last double or signal quote form x

Examples

Run this code
backtick("a quoted string")
backtick(no-quote)
backtick(noquote)

Run the code above in your browser using DataLab