Run_RFM_Analysis: RFM Analysis

View source: R/Run_RFM_Analysis.R

Run_RFM_AnalysisR Documentation

RFM Analysis

Description

RFM Analysis

Usage

Run_RFM_Analysis(mydata)

Arguments

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

Examples

## 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)

1moein/listentodata documentation built on Nov. 14, 2024, 5:35 p.m.