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