# NOT RUN {
# using the pop-up selection menu
rg <- importGridsuite()
# supposing that the data file gridsuite.xml is in the current directory
file <- "gridsuite.xml"
rg <- importGridsuite(file)
# specifying a directory (arbitrary example directory)
dir <- "/Users/markheckmann/data"
rg <- importGridsuite(file, dir)
# using a full path
rg <- importGridsuite("/Users/markheckmann/data/gridsuite.xml")
# load Gridsuite data from URL
rg <- importGridsuite("http://www.openrepgrid.uni-bremen.de/data/gridsuite.xml")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab