Nothing
#' RFM transaction data
#'
#' A dataset containing transactions of different customers.
#'
#' @format A tibble with 49.6 rows and 3 variables:
#' \describe{
#' \item{order_date}{Order date.}
#' \item{customer_id}{Customer id}
#' \item{revenue}{Transaction amount.}
#' \item{first_name}{First name of the customer.}
#' \item{last_name}{Last name of the customer.}
#' \item{email}{email id of the customer.}
#' }
#'
"rfm_data_orders"
#' RFM customer data
#'
#' A dataset containing customer level data.
#'
#' @format A tibble with 39,999 rows and 5 variables:
#' \describe{
#' \item{customer_id}{Customer id.}
#' \item{total_amount}{Total amount of all orders.}
#' \item{most_recent_visit}{Date of the most recent transaction.}
#' \item{number_of_purchases}{Total number of transactions/orders.}
#' \item{purchase_interval}{Number of days since last transaction/order.}
#' #' \item{first_name}{First name of the customer.}
#' \item{last_name}{Last name of the customer.}
#' \item{email}{email id of the customer.}
#' }
#'
"rfm_data_customer"
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.