# NOT RUN {
# supposing that the data file scivesco.scires is in the current directory
file <- "scivesco.scires"
imp <- importScivescoInternal(file)
# specifying a directory (arbitrary example directory)
dir <- "/Users/markheckmann/data"
imp <- importScivescoInternal(file, dir)
# using a full path
imp <- importScivescoInternal("/Users/markheckmann/data/scivesco.scires")
# load Sci:Vesco data from URL
imp <- importScivescoInternal("http://www.openrepgrid.uni-bremen.de/data/scivesco.scires")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab