R + htmlwidgets + DT + sparkline
[This article was first published on R – SNAP Tech, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Here are some examples with code where I use the R packages DT
and sparkline
to produce interactive data tables and inline graphs as well as inline graphs within data table cells. Both packages utilize the htmlwidgets
package to interface with javascript libraries. With htmlwidgets
you can create custom widgets to use specific javascript libraries to display your data from R on the web. I used the above packages along with rmarkdown
to make a markdown document containing the example widgets and code, but you can also use widgets within Shiny apps.
To leave a comment for the author, please follow the link and comment on their blog: R – SNAP Tech.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.