View source: R/format_pooltool.R
format_pooltool | R Documentation |
Format a .csv transaction history file from the Cardano PoolTool for later ACB processing. Instructions: Use https://pooltool.io/ click on "rewards data for taxes", search your ADA address, scroll to the bottom of the page, and use the export tool to export all transactions. Make sure to use the "Generic(CSV)" format.
format_pooltool(data)
data |
The dataframe |
This is necessary e.g., if you used the Exodus wallet which does not report ADA rewards in its transaction history file.
A data frame of exchange transactions, formatted for further processing.
format_pooltool(data_pooltool)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.