Backquote text by combining with backticks (“).
Examples
bckQuote("example")
#> [1] "`example`"
bckQuote(c("one", "two", "three"))
#> [1] "`one`" "`two`" "`three`"
bckQuote(123)
#> [1] "`123`"
Backquote text by combining with backticks (“).
bckQuote("example")
#> [1] "`example`"
bckQuote(c("one", "two", "three"))
#> [1] "`one`" "`two`" "`three`"
bckQuote(123)
#> [1] "`123`"