Description Usage Arguments Examples
Generate recency, frequency and monetary value analysis report.
1  | report_rfm(use_yaml = FALSE)
 | 
use_yaml | 
 Use YAML file to specify report details.  | 
1 2 3 4 5 6 7 8 9 10 11  | ## Not run: 
rfm_data <- rfm::rfm_data_orders
# interactive
report_rfm()
# use yaml file
report_rfm(use_yaml = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.