# the GDS file
(gds.fn <- seqExampleFileName("gds"))
# open the GDS file
gdsfile <- seqOpen(gds.fn)
# display the contents of the GDS file in a hierarchical structure
gdsfile
# close the GDS file
seqClose(gdsfile)
Run the code above in your browser using DataLab