R/html_all_figs_tables.R
html_all_figs_tables.RdShow all tables and figures in a single html file.
html_all_figs_tables(figures_tables_dir = getwd())A folder ("all_tables_figures") in your working directory containing html and qmd files that show all tables and figures.
if (FALSE) { # \dontrun{
html_all_figs_tables()
html_all_figs_tables(figures_tables_dir = "my_figures_tables_dir")
} # }