The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Plots

library(whereami)
library(ggplot2)
#> Warning: package 'ggplot2' was built under R version 4.2.2

Rmarkdown Caption


ggplot(iris) + 
  aes(x=Sepal.Length,y=Sepal.Width) + 
  geom_point()

C:/Users/jonathan.sidi/AppData/Local/Temp/RtmpGg5FE0/Rbuild32a02523680a/whereami/vignettes/plots.Rmd

ggplot2 Caption


ggplot(iris) + 
  aes(x=Sepal.Length,y=Sepal.Width) + 
  geom_point() + 
  labs(caption = sprintf('sourced from: %s',whereami(path_expand = TRUE)))

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.