mrpt_calc_cumSum_Year: 按年计算累计数

View source: R/calcData.R

mrpt_calc_cumSum_YearR Documentation

按年计算累计数

Description

按年计算累计数

Usage

mrpt_calc_cumSum_Year(
  conn = tsda::conn_rds("jlrds"),
  FYear = 2019,
  table_data = "t_mrpt3_res_actual",
  table_cumSum = "t_mrpt3_res_actual_cumSum"
)

Arguments

conn

连接

FYear

年份

table_data

明细表

table_cumSum

汇总表

Value

返回值

Examples

mrpt_calc_cumSum_Year()

takewiki/jlrdspkg documentation built on March 29, 2022, 3:17 a.m.