In this example, a custom fig.path is set globally, which should result in a warning for each plot (3 total).

knitr::opts_chunk$set(fig.path = "anything/")
plot(1:10)
plot(1:10)
plot(1:10)


jdblischak/workflowr documentation built on Feb. 27, 2024, 4:37 p.m.