R/data_newton.R

#' Sample data set of a fictive Newton transaction history file
#'
#' A fictive Newton data set to demonstrate [format_newton()].
#'
#' @docType data
#' @format A data frame with 12 rows and 3 variables:
#' \describe{
#'   \item{Date}{the date}
#'   \item{Type}{transaction type}
#'   \item{Received.Quantity}{received quantity}
#'   \item{Received.Currency}{received currency}
#'   \item{Sent.Quantity}{sent quantity}
#'   \item{Sent.Currency}{sent currency}
#'   \item{Fee.Amount}{fee amount}
#'   \item{Fee.Currency}{fee currency}
#'   \item{Tag}{the tag}
#'   ...
#' }
#' @source \url{https://www.newton.co/}
"data_newton"

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.