In the xts object returned by the function rdb_to_xts, the
series codes are used as column names. If you prefer the series names
(or apply a function to them), the function rdb_rename_xts is here for
that.
Usage
rdb_rename_xts(x, fun = NULL, ...)
Arguments
x
xts object. The xts object returned by the function
rdb_to_xts.
fun
function (default NULL). The function to apply to the column names.