R/data_blockfi.R

#' Sample data set of a fictive BlockFi transaction history file
#'
#' A fictive BlockFi data set to demonstrate [format_blockfi()].
#'
#' @docType data
#' @format A data frame with 15 rows and 4 variables:
#' \describe{
#'   \item{Cryptocurrency}{currency}
#'   \item{Amount}{quantity}
#'   \item{Transaction.Type}{transaction type}
#'   \item{Confirmed.At}{the date}
#'   ...
#' }
#' @source \url{https://blockfi.com/}
"data_blockfi"

Try the cryptoTax package in your browser

Any scripts or data that you put into this service are public.

cryptoTax documentation built on March 7, 2023, 7:46 p.m.