weekRpt_selectDB: 查询周报数据

View source: R/weekly.R

weekRpt_selectDBR Documentation

查询周报数据

Description

查询周报数据

Usage

weekRpt_selectDB(
  conn = tsda::conn_rds("jlrds"),
  year = 2020,
  startWeekNo = 9,
  endWeekNo = 12,
  AmtType = c("本周发生额", "较上周变动额", "较上周变动%"),
  FLevel = 0,
  FType = "jala",
  Amt_Unit = "wan"
)

Arguments

conn

连接

year

年份

startWeekNo

开始周号

endWeekNo

结束周号

AmtType

字段类型向量

FLevel

级次

FType

类型

Amt_Unit

金额单位

Value

返回值

Examples

weekRpt_selectDB()

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