gds.fn <- seqExampleFileName("gds")
# or gds.fn <- "C:/YourFolder/Your_GDS_File.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