knitr::opts_chunk$set(echo = FALSE)
golden goose
RFM (recency, frequency, monetary) analysis is a behavior based technique used to segment customers by examining their transaction history such as
knitr::kable(params$df) library(ggplot2) ggplot(data = collect(params$df),aes(x= CustomerID,y = recency,color = monetary)) + geom_point()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.