tests/testthat/_snaps/spark.md

spark_bar [plain]

Code
  spark_bar(seq(0, 1, length = 8))
Output
  __,,**##
Code
  spark_bar(c(0, NA, 0.5, NA, 1))
Output
  _ , #

spark_bar [unicode]

Code
  spark_bar(seq(0, 1, length = 8))
Output
  ▁▂▃▄▅▆▇█
Code
  spark_bar(c(0, NA, 0.5, NA, 1))
Output
  ▁ ▄ █

spark_line [plain]

Code
  spark_line(seq(0, 1, length = 10))
Output
  _,,-^

spark_line [unicode]

Code
  spark_line(seq(0, 1, length = 10))
Output
  ⣀⡠⠔⠊⠉


r-pkgs/boxes documentation built on April 27, 2024, 11:08 a.m.