powered by
cumulate
cumulate(x, expression, dimension, eval)
scidb
aggregate
x <- as.scidb(iris) y <- cumulate(x, "sum(Petal_Width)") print(head(y))
Run the code above in your browser using DataLab