The write_xts()- and read_xts()-functions are zoo::write.zoo()- and zoo::read.zoo()-wrapper functions.
Arguments
- x
An <[xts]>-object.
- file
character string or strings giving the name of the file(s) which the data are to be read from/written to. See
read.tableandwrite.tablefor more information. Alternatively, inread.zoo,filecan be aconnectionor adata.frame(e.g., resulting from a previousread.tablecall) that is subsequently processed to a"zoo"series.- ...
further arguments passed to other functions. In the
read.*.zoothe arguments are passed to the function specified inread(unlessfileis adata.framealready). Inwrite.zoothe arguments are passed towrite.table.
Details
When reading and writing <[xts]>-objects the attributes does not follow the object.
See also
Other utility:
calibrate_window(),
remove_bound(),
split_window()
Other utility:
calibrate_window(),
remove_bound(),
split_window()
