View source: R/rfm-plots-data.R
rfm_barchart_data | R Documentation |
Data for generating bar charts.
rfm_barchart_data(rfm_table)
rfm_table |
An object of class |
# using transaction data
analysis_date <- as.Date('2006-12-31')
rfm_order <- rfm_table_order(rfm_data_orders, customer_id, order_date,
revenue, analysis_date)
# bar chart data
rfm_barchart_data(rfm_order)
# using customer data
analysis_date <- as.Date('2007-01-01')
rfm_customer <- rfm_table_customer(rfm_data_customer, customer_id,
number_of_orders, recency_days, revenue, analysis_date)
# bar chart data
rfm_barchart_data(rfm_customer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.