I'm trying to render citations in an #Rmarkdown #QuartoPub document, and get an interactive HTML table that I can sort by date.
E.g., I have a dataframe, and one of the columns has [@citation] text entries
Knitr::kable() renders the citations, and they show up in the reference list, but doesn't do interactive tables?
Neither reactable::reactable() or DT::datatable() render the citations. Still searching #rstats, if anyone knows how to make this happen lemme know