inst/examples/demo/src/other/script.R

extract$number <- extract$number + rnorm(1)

write.csv(extract, "summary.csv", row.names = TRUE)

png("graph.png")
par(mar = c(15, 4, .5, .5))
do_plot(extract)
dev.off()

Try the orderly package in your browser

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

orderly documentation built on Sept. 22, 2021, 5:09 p.m.