if (FALSE) {
# supposing that the data file scivesco.scires is in the current directory
file <- "scivesco.scires"
rg <- importScivesco(file)
# specifying a directory (arbitrary example directory)
dir <- "/Users/markheckmann/data"
rg <- importScivesco(file, dir)
# using a full path
rg <- importScivesco("/Users/markheckmann/data/scivesco.scires")
}
Run the code above in your browser using DataLab