mrpt_calc_cumSum_Period: 计算累计数

View source: R/calcData.R

mrpt_calc_cumSum_PeriodR Documentation

计算累计数

Description

计算累计数

Usage

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

Arguments

conn

连接

FYear

年份

FPeriod

期间

table_data

数据表明细

table_cumSum

数据表汇总

Value

返回值

Examples

mrpt_calc_cumSum_Period()

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