deprecated {tidyquant} | R Documentation |
Deprecated functions
Description
A record of functions that have been deprecated.
Usage
tq_transform(data, ohlc_fun = OHLCV, mutate_fun, col_rename = NULL, ...)
tq_transform_xy(data, x, y = NULL, mutate_fun, col_rename = NULL, ...)
Arguments
data |
A |
ohlc_fun |
Deprecated. Use |
mutate_fun |
The mutation function from either the |
col_rename |
A string or character vector containing names that can be used to quickly rename columns. |
... |
Additional parameters passed to the appropriate mutatation function. |
x , y |
Parameters used with |
Details
-
tq_transform()
- usetq_transmute()
-
tq_transform_xy()
- usetq_transmute_xy()
-
as_xts()
- usetimetk::tk_xts()
-
as_tibble()
- usetimetk::tk_tbl()
-
summarise_by_time()
- Moved totimetk
package. Usetimetk::summarise_by_time()