When converting a data frame with mixed factor and numeric columns to an xts, all of my data gets converted to strings. This isn\'t a problem with the factors, but it\'s ext
You cannot do this as xts requires a numeric matrix.