diff --git a/docs/tables.html b/docs/tables.html
index ac834db..5677bb8 100644
--- a/docs/tables.html
+++ b/docs/tables.html
@@ -358,6 +358,9 @@
Building better tables in less time
.marginBottom4ex { margin-bottom: 4.0ex; }
.marginTopN4p5ex { margin-top: -4.5ex; }
+ a.sourceLine { display: unset; }
+ pre > code.sourceCode > span { display: unset; }
+
-->
The Bullock
package provides three functions to help you make tables: regTable()
, latexTable()
, and latexTablePDF()
. The functions can be used separately but are designed to be used together. regTable()
generates a matrix of regression results, latexTable()
turns it into LaTeX code, and latexTablePDF()
renders the LaTeX code as PDF.
diff --git a/vignettes/tables.Rmd b/vignettes/tables.Rmd
index 059ed24..4004ee6 100644
--- a/vignettes/tables.Rmd
+++ b/vignettes/tables.Rmd
@@ -50,6 +50,9 @@ vignette: >
.marginBottom4ex { margin-bottom: 4.0ex; }
.marginTopN4p5ex { margin-top: -4.5ex; }
+ a.sourceLine { display: unset; }
+ pre > code.sourceCode > span { display: unset; }
+
-->