Generate a html document showing two versions of a figure (tex). If two paths are provided, the local versions of both will be used. If only one path is provided, the comparison will show the local versus last checked in version.
compareTables(
.path_current,
.path_previous = NULL,
.side_by_side = TRUE,
.show_on_load = TRUE
)
file or directory path to tables of interest
.path_previous file or directory path to compare .path_base to (leave as NULL to compare to repo version)
Logical. Should outputs be displayed side by side?
Logical. Should all figures be open when the page loads? (Set to FALSE for slow loading pages with many tables.)