Just learned about sparktable and went over few documents about it. I was wondering if it can be used with knitr and rmarkdown to produce a PDF document that embed sparktable?
Also, I noticed plotSparkTable() used in many examples, but it does not exist in the latest version 1.0 and it does exist in 0.9. Is there a replacement plotSparkTable()?
See "sparkTable: Generating Graphical Tables for Websites and Documents with R" for examples of how to use
sparkTablewithknitr. Here's an example from the article:export()is the replacement forplotSparkTable()