Description Usage Arguments Value Author(s) See Also Examples
View source: R/rdb_rename_xts.R
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.
1 | rdb_rename_xts(x, fun = NULL, ...)
|
x |
|
fun |
function (default NULL). The function to apply to the column names. |
... |
Arguments for the function |
A xts
object.
Sebastien Galais
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.