DOGE | R Documentation |
This dataset contains time-series data for the DOGECOIN (DOGE) denominated in USDT (Tether), captured in 1-minute intervals. The data spans 2022-01-14 07:00:00 CET to 2022-01-14 08:00:00 CET.
DOGE
An xts::xts()
-object with 61 rows and 5 columns,
<POSIXct> The time-index
<numeric> Opening price
<numeric> Highest price
<numeric> Lowest price
<numeric> Closing price
<numeric> Trading volume
# Load the dataset
data("DOGE")
# chart
chart(
ticker = DOGE,
main = kline(),
sub = list(volume())
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.