Description Usage Arguments Author(s) See Also Examples
This function takes a CNOlist structure (output of makeCNOlist and readMIDAS) and save it a MIDAS format.
1 | writeMIDAS(CNOlist, filename, timeIndices=NULL, overwrite=FALSE)
|
CNOlist |
a CNOlist structure |
filename |
a filename. Not overwritten if it exists already |
timeIndices |
select subset of the times to be saved. Works with indices (not time values) |
overwrite |
overwrite the file if it exists already (Default is FALSE) |
T. Cokelaer
makeCNOlist, readMIDAS, CNOlist-class
1 2 3 4 5 6 | tmpdir<-tempdir()
setwd(tmpdir)
data(CNOlistToy)
writeMIDAS(CNOlistToy, 'test.csv')
readMIDAS('test.csv')
writeMIDAS(CNOlistToy, 'test.csv', timeIndices=c(1,2), overwrite=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.