# Generated by roxygen2: do not edit by hand

S3method(print,rfm_table_customer)
S3method(print,rfm_table_customer_2)
S3method(print,rfm_table_order)
S3method(rfm_table_customer,default)
S3method(rfm_table_customer_2,default)
S3method(rfm_table_order,default)
export(rfm_bar_chart)
export(rfm_fm_plot)
export(rfm_heatmap)
export(rfm_histograms)
export(rfm_launch_app)
export(rfm_order_dist)
export(rfm_rf_plot)
export(rfm_rm_plot)
export(rfm_table_customer)
export(rfm_table_customer_2)
export(rfm_table_order)
importFrom(RColorBrewer,brewer.pal)
importFrom(assertthat,are_equal)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,enquo)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(forcats,fct_unique)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labeller)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,topo.colors)
importFrom(lubridate,ddays)
importFrom(lubridate,is.POSIXct)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,add)
importFrom(magrittr,extract)
importFrom(magrittr,extract2)
importFrom(magrittr,multiply_by)
importFrom(magrittr,set_names)
importFrom(magrittr,use_series)
importFrom(purrr,prepend)
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(shiny,runApp)
importFrom(stats,quantile)
importFrom(tidyr,gather)
