Description Usage Arguments Value Examples
计划结果计算-RPA数据 从7月开始计算,保留6月数据 mrpt_calc_runAll_rpa
1 2 3 4 5 6 7 8 9 | rbu_rollup_res_rpa(
conn = tsda::conn_rds("jlrds"),
FYear = 2021,
FPeriod = 7,
plan_table = "t_mrpt2_calcPlan",
src_table = "vw_fi_rpa",
res_table = "t_mrpt3_res",
data_table = "vw_mrpt_rpa_count"
)
|
conn |
连接 |
FYear |
年份 |
FPeriod |
月份 |
plan_table |
计划表 |
src_table |
来源表 |
res_table |
结果表 |
data_table |
数据表 |
返回值
1 | mrpt_calc_runAll()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.