Description Usage Arguments Value
View source: R/append_trades.R
Extend a trade data frame with new trades
1 | append_trades(new_trades, old_trades, time_offset = 0)
|
new_trades |
a data frame, formatted like the output of
|
old_trades |
a data frame, formatted like the output of this function, can be NULL. |
time_offset |
the index of trades are assumed to be starting at 1, the offset is added to this index. |
a data frame, with all values from new_trades
and
old_trades
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.