spark_line | R Documentation |
You might want to avoid sparklines on non-UTF-8 systems, because they
do not look good. You can use is_utf8_output()
to test for support
for them.
spark_line(x)
x |
A numeric vector between 0 and 1 |
x <- seq(0, 1, length = 10) spark_line(x)
#> ⣀⡠⠔⠊⠉
spark_bar()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.