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

Here's another chunk!

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


ProvTools/provR documentation built on May 6, 2019, 3:27 p.m.