VCDFile | R Documentation |
Create an VCDFileObject
VCDFile(filename = NA_character_, parseHeader = T)
filename |
The file to open. |
parseHeader |
A flag whether the header should be parsed on opening the file. Default is TRUE. |
An VCDFileObject containing information on file
.
## Not run:
VCDFile()
VCDFile("inter.vcd")
VCDFile("inter.vcd",F)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.