## Not run:
#
# # supposing that the data file gridsuite.xml is in the current directory
# file <- "gridsuite.xml"
# imp <- importGridsuite(file)
#
# # specifying a directory (arbitrary example directory)
# dir <- "/Users/markheckmann/data"
# imp <- importGridsuite(file, dir)
#
# # using a full path
# imp <- importGridsuite("/Users/markheckmann/data/gridsuite.xml")
#
# # load Gridsuite data from URL
# imp <- importGridsuite("http://www.openrepgrid.uni-bremen.de/data/gridsuite.xml")
# ## End(Not run)
Run the code above in your browser using DataLab