Nothing
#' 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"
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.