hughjonesd / huxtable

An R package to create styled tables in multiple output formats, with a friendly, modern interface.
http://hughjonesd.github.io/huxtable
Other
322 stars 28 forks source link

Use tablenotes and tnote to allow footnotes with references? #165

Open hughjonesd opened 4 years ago

hughjonesd commented 4 years ago

This would let users do e.g.

add_footnote(1, 3, "Footnote for row 1 column 3")

and would create a subscript in the appropriate place. tablenotes and footnotes are defined by threeparttable. HTML et al. might not be so easy. HTML has the <tfoot> tag.