View source: R/brandChannel_graph.R
graph_preCheck_aux | R Documentation |
针对品牌渠道信息进行检查
graph_preCheck_aux( conn = tsda::conn_rds("jlrds"), FYear = 2019, FPeriod = 1, src_table = "t_mrpt_actual", graph_table = "vw_mrpt_md_brandchannel_graph_calc_step1", count_table = "vw_mrpt_actual_count", log_table = "t_mrpt_brandChannel_preCheck_log", FPhase = "calc", FStep = 1, FStatus = 2, valid = FALSE )
conn |
连接 |
FYear |
年份 |
FPeriod |
月份 |
src_table |
来源表,用于日志中FTable |
graph_table |
图表,这个很有意思 |
count_table |
历史数据表按品牌渠道进行统计 |
log_table |
日志表 |
FPhase |
阶段,用于日志分析 |
FStep |
步骤步用于2-3-1分析 |
FStatus |
状态表 |
valid |
是否合法 |
返回值
graph_preCheck_aux()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.