rangeMapStart-class object
rangeMap.start(...)
rangeMap.open(path, verbose)
rangeMap(path)
TRUE
the project's summary is printedrangeMapStart-class
rangeMap-class
object.rangeMap.save
.
rangeMapStart-class
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