powered by
## S3 method for class 'scidb': lag(x, k=1, dim=1, `eval`=FALSE)
x
dim
k
scidb
x <- build("i",dim=10,names=c("x","i"),start=1,type="double") y <- lag(x) merge(x,y,by="i",all=TRUE)
Run the code above in your browser using DataLab