Code
spark_bar(seq(0, 1, length = 8))
Output
[1] "__,,**##"
attr(,"class")
[1] "cli_spark_bar" "cli_spark"
Code
spark_bar(c(0, NA, 0.5, NA, 1))
Output
[1] "_ , #"
attr(,"class")
[1] "cli_spark_bar" "cli_spark"
Code
spark_bar(seq(0, 1, length = 8))
Output
[1] "▁▂▃▄▅▆▇█"
attr(,"class")
[1] "cli_spark_bar" "cli_spark"
Code
spark_bar(c(0, NA, 0.5, NA, 1))
Output
[1] "▁ ▄ █"
attr(,"class")
[1] "cli_spark_bar" "cli_spark"
Code
spark_line(seq(0, 1, length = 10))
Output
[1] "_,,-^"
attr(,"class")
[1] "cli_spark_line" "cli_spark"
Code
spark_line(seq(0, 1, length = 10))
Output
[1] "⣀⡠⠔⠊⠉"
attr(,"class")
[1] "cli_spark_line" "cli_spark"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.