Show all tables and figures in a single html file.

html_all_figs_tables(figures_tables_dir = getwd())

Arguments

figures_tables_dir

The location of the folder containing figures and tables ("figures" and "tables").

Value

A folder ("all_tables_figures") in your working directory containing html and qmd files that show all tables and figures.

Examples

if (FALSE) { # \dontrun{
html_all_figs_tables()
html_all_figs_tables(figures_tables_dir = "my_figures_tables_dir")
} # }