Description Usage Arguments Value Author(s) References Examples
Enumerate all opened GDS files
1 | showfile.gds(closeall=FALSE, verbose=TRUE)
|
closeall |
if |
verbose |
if |
A data.frame
with the columns "FileName", "ReadOnly" and "State",
or NULL
if there is no opened gds file.
Xiuwen Zheng
http://github.com/zhengxwen/gdsfmt
1 2 3 4 5 6 7 8 9 10 11 12 | # 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.