powered by
showfile.gds(closeall=FALSE, verbose=TRUE)
TRUE
gds.class
# cteate a GDS file f <- createfn.gds("test.gds") add.gdsn(f, "int", val=1:10000) showfile.gds() showfile.gds(closeall=TRUE) # delete the temporary file unlink("test.gds", force=TRUE)
Run the code above in your browser using DataLab