Untitled

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)


Try the workflowr package in your browser

Any scripts or data that you put into this service are public.

workflowr documentation built on Aug. 23, 2023, 1:09 a.m.