Connor P. Jackson
Results
2
comments of
Connor P. Jackson
Whoops, I didn't fully test the `asis_output`. Have to `paste()` the output into a single string for that to work. Also, added a function that cleans up the R package...
Poking through the code of [`knitr::kable`](https://github.com/yihui/knitr/blob/master/R/table.R#L108), it looks like generating the labels from the chunk title is pretty straightforward and only takes a few lines of code, plus a call...