title: "Data Provenance will save the world!" author: "A.M. Turing" output: html_document


Here is the first chunk.

x <- 2+2
y <- x+2
x
y

Testing ggplot with RDataTracker

library(ggplot2)
p<- ggplot(pressure, aes(x=temperature, y=pressure))
p

Here's another chunk!

data(iris)
x <- iris[,1]
y <- iris[,2]
summary(lm(y~x))


blernermhc/RDataTracker documentation built on Aug. 15, 2022, 6:43 p.m.