Learn R Programming

obAnalytics (version 0.1.1)

saveData: Save processed data.

Description

Saves processed data to file.

Usage

saveData(lob.data, bin.file, ...)

Arguments

lob.data
lob.data data structure.
bin.file
File to save to.

Details

Convenience function.

Examples

Run this code
## Not run: 
# 
# saveData(lob.data, bin.file="/tmp/lob.data.rds", compress="xz")
# ## End(Not run)

Run the code above in your browser using DataLab