This is a table.

load(file = "data/3-desc.RData")
knitr::kable(dsc)

This is a plot.

load(file = "data/4-plot.RData")
p + ggplot2::labs(title = "Yep, weight matters")

And a base plot!

load(file = "data/3-model.RData")
par(mfrow=c(2,2))
plot(mod$mod)


jchrom/dataglue documentation built on May 18, 2019, 10:22 p.m.