Nothing
#' Sample data set of a fictive Exodus wallet transaction history file
#'
#' A fictive Exodus wallet data set to demonstrate [format_exodus()].
#'
#' @docType data
#' @format A data frame with 8 rows and 17 variables:
#' \describe{
#' \item{DATE}{the date}
#' \item{TYPE}{transaction type}
#' \item{FROMPORTFOLIO}{from where}
#' \item{TOPORTFOLIO}{to where}
#' \item{OUTAMOUNT}{quantity sent}
#' \item{OUTCURRENCY}{currency sent}
#' \item{FEEAMOUNT}{the fees}
#' \item{FEECURRENCY}{fee currency}
#' \item{TOADDRESS}{address sent to}
#' \item{OUTTXID}{transaction ID for out transactions}
#' \item{OUTTXURL}{transaction URL for out transactions}
#' \item{INAMOUNT}{quantity received}
#' \item{INCURRENCY}{currency received}
#' \item{INTXID}{transaction ID for in transactions}
#' \item{INTXURL}{transaction URL for in transactions}
#' \item{ORDERID}{order ID}
#' \item{PERSONALNOTE}{personal notes}
#' ...
#' }
#' @source \url{https://www.exodus.com/}
"data_exodus"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.