View source: R/Run_RFM_Analysis.R
Run_RFM_Analysis | R Documentation |
RFM Analysis
Run_RFM_Analysis(mydata)
mydata |
a csv data file containing at least three numeric columns called Recency, Frequency, and Monetary that hold the R, F, and M data respectively |
## Not run:
# This is the sample code to be copied and used in a new R Script:
library(listentodata)
clear_console()
df = load_csv_data()
Run_RFM_Analysis(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.