View source: R/Run_SegmentTarget.R
Run_SegmentTarget | R Documentation |
This function conducts a segmentation and targeting analysis on two segmentation and targeting data sets
Run_SegmentTarget(df_seg, df_targ, segments, resizepaper = 1)
df_seg |
segmentation data csv file |
df_targ |
targeting data csv file |
segments |
selected number of segments |
resizepaper |
How much larger should the pdf paper size be to fit everything? |
## Not run:
# This is the sample code to be copied and used in a new R Script:
library(listentodata)
clear_console()
segmentation_data = load_csv_data()
targeting_data = load_csv_data()
segments = 3
resizepaper = 1
Run_SegmentTarget(segmentation_data, targeting_data, segments, resizepaper)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.