Nothing
#' Sample data set of a fictive Binance transaction history file
#'
#' A fictive Binance data set to demonstrate [data_binance()].
#'
#' @docType data
#' @format A data frame with 39 rows and 7 variables:
#' \describe{
#' \item{User_ID}{user ID}
#' \item{UTC_Time}{the date}
#' \item{Account}{account type}
#' \item{Operation}{transaction type}
#' \item{Coin}{currency}
#' \item{Change}{quantity}
#' \item{Remark}{comment}
#' ...
#' }
#' @source \url{https://www.binance.com/}
"data_binance"
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.