Given that rmd
and qmd
chunks are normally run sequentially, figures
should be generated in order that they are presented in the document. Therefore,
we should be able to roughly match them up with numbering generated by cross-referencing
using the modified times.
Usage
ft_add_figure_numbers(
figure_directory = ".",
start_count = 1,
count_location = "prefix",
skip_numbers = NULL,
regexp = "jpg$|png$|svg$"
)
See also
Other Graphics:
ft_complexheatmap_scale()
,
ft_discretize_colorscale()
,
ft_ggplot2_colors()
,
ft_ggplot2_rotate_axis_labels()
Other File Manipulation:
ft_rename_outputs()
,
ft_zip_directory()