co-analysis / a11ytables

R package: generate best-practice stats spreadsheets for publication
https://co-analysis.github.io/a11ytables/
Other
42 stars 3 forks source link

Allow arbitrary pre-table meta rows, bump to v0.3 #118

Closed matt-dray closed 8 months ago

matt-dray commented 9 months ago

Allow users to insert any number of custom rows above a table.

Add custom_rows argument to create_a11ytable() and allow them to be hyperlinks, if specified. Create new demo dataset to supersede mtcars_df and mtcars_df2. Update relevant docs.

Close #74, close #117, close #119, close #120, close #79.