td = setwd(tempdir())
dbcon = rangeMap.start(file = "test.sqlite", overwrite = TRUE, dir = tempdir() )
summary(dbcon)
summary(rangeMap("test.sqlite"))
dbcon = rangeMap.open(path = "test.sqlite")
summary(dbcon)
setwd(td)
Run the code above in your browser using DataLab