Description Usage Arguments Value Examples
Select variables by name on xts
1 2 |
.data |
an xts object |
... |
One or more unquoted expressions separated by commas. You can treat variable names like they are positions. Positive values select variables; negative values to drop variables. If the first expression is negative, 'select()' will automatically start with all variables. Use named arguments to rename selected variables. These arguments are automatically [quoted][rlang::quo] and [evaluated][rlang::eval_tidy] in a context where column names represent column positions. They support [unquoting][rlang::quasiquotation] and splicing. See 'vignette("programming")' for an introduction to these concepts. |
a xts
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.