Extract coredata of an xts object - removing all attributes except
dim and dimnames and returning a matrix object with rownames
converted from the index of the xts object.
The rownames of the result use the format specified by tformat(x) when
fmt = TRUE. When fmt is a character string to be passed to format().
See strptime() for valid format strings. Setting fmt = FALSE will
return the row names by simply coercing the index class to a character
string in the default manner.
xcoredata() is the complement to coredata(). It returns all of the
attributes normally removed by coredata(). Its purpose, along with the
the replacement function xcoredata<- is primarily for developers using
xts' try.xts() and reclass() functionality inside functions
so the functions can take any time series class as an input and return the
same time series class.