backtick: Backtick

View source: R/frmt.R

backtickR Documentation

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

backtick("a quoted string")
backtick(no-quote)
backtick(noquote)


qwraps2 documentation built on Nov. 10, 2023, 1:06 a.m.