saveData {obAnalytics} | R Documentation |
Save processed data.
Description
Saves processed data to file.
Usage
saveData(lob.data, bin.file, ...)
Arguments
lob.data |
|
bin.file |
File to save to. |
... |
Details
Convenience function.
Author(s)
phil
Examples
## Not run:
saveData(lob.data, bin.file="/tmp/lob.data.rds", compress="xz")
## End(Not run)
[Package obAnalytics version 0.1.1 Index]