Description Usage Arguments Examples
Plots cryptocurrency data using dataframe obtained through "get_coin_data" function using ggplot2.
1 | plot_coin_data(coin_data)
|
coin_data |
Dataframe produced by the "get_coin_data" function. |
1 2 3 | ## Using the get_coin_data() function to obtain dataframe and inserting that dataframe in the function.
# coin_data <- get_coin_data(pair)
# plot_coin_data(coin_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.