I would like to figure out how to apply the striped attribute to my pander tables in rmarkdown.
I can't really find it at the online help of the Pander library, and panderOptions doesn't list it either (or I can't find it), neither can I find it at pandoc.table
Hence the question, how can I use Bootstrap table classes on the following code?
```{r}
pander(mtcars)
```