library(whereami) library(ggplot2)
ggplot(iris) + aes(x=Sepal.Length,y=Sepal.Width) + geom_point()
/tmp/Rtmpz0yki0/Rbuildd656d4586c2/whereami/vignettes/plots.Rmd
ggplot(iris) + aes(x=Sepal.Length,y=Sepal.Width) + geom_point() + labs(caption = sprintf('sourced from: %s',whereami(path_expand = TRUE)))