crypto_pie | R Documentation |
Format a .csv file from Newton for later ACB processing.
crypto_pie(table.revenues, by = "exchange")
table.revenues |
The revenue table to plot |
by |
To plot by which element, one of |
A ggplot2 object in the form of a pie chart.
shakepay <- format_shakepay(data_shakepay) newton <- format_newton(data_newton) all.data <- merge_exchanges(shakepay, newton) formatted.ACB <- format_ACB(all.data, verbose = FALSE) table.revenues <- report_revenues(formatted.ACB) crypto_pie(table.revenues) crypto_pie(table.revenues, by = "revenue.type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.