inst/examples/basicprov.R

library(histry)
library(roprov)
set.seed(0)
x = 5L
l = 5
y = rnorm(x)
w = 10
z = y + w
k = l + mtcars$wt
provstore = histryProvDF()
gr = fullprovgraph(provstore)

Try the histry package in your browser

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

histry documentation built on May 2, 2019, 8:51 a.m.