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.table
andwrite.table
for more information. Alternatively, inread.zoo
,file
can be aconnection
or adata.frame
(e.g., resulting from a previousread.table
call) that is subsequently processed to a"zoo"
series.- ...
further arguments passed to other functions. In the
read.*.zoo
the arguments are passed to the function specified inread
(unlessfile
is adata.frame
already). Inwrite.zoo
the 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()