Save a WPX list to a file on the local file system.
Usage
saveWPX(twpx, destdir = ".")
Value
Side effects on file system. The name of the output file is returned.
Arguments
twpx
WPX list
destdir
character, destination directory, default=getwd()
Author
Jonathan M. Lees<jonathan.lees@unc.edu>
Details
Creates a file with the list as in native
binary format. This file can
be loaded with the standard load function in R.
The name of the file is
created by using the minimum time extracted from the WPX list.
The suffix on the file name is RDATA.
When reading in, the object created is named "twpx"
for further processing.