tests/testthat/_snaps/utils-tick.md

output test

Code
  name_or_pos(c("a", "", "c"), 1:3)
Output
  [1] "`a`" "2"   "`c`"
Code
  cat(tick(c("a", "b c", "if", "`")))
Output
  `a` `b c` `if` `\``
Code
  cat(tick_if_needed(c("a", "b c", "if", "`")))
Output
  a `b c` `if` `\``


Try the tibble package in your browser

Any scripts or data that you put into this service are public.

tibble documentation built on March 31, 2023, 11 p.m.