rbu_normalize_target: 针对手工管报数据进行标准化处理

Description Usage Arguments Value Examples

View source: R/normalize.R

Description

针对手工管报数据进行标准化处理

Usage

1
2
3
4
5
6
7
rbu_normalize_target(
  conn = tsda::conn_rds("jlrds"),
  FYear = 2021,
  FPeriod = 7,
  FBrand = "自然堂",
  FChannel = "美妆"
)

Arguments

conn

连接

FYear

年份

FPeriod

月份

FBrand

品牌

FChannel

渠道

Value

返回值

Examples

1
2
3
library(rbupkg)
rbu_normalize_target() -> mydata
View(mydata)

takewiki/rbupkg documentation built on Dec. 23, 2021, 7:43 a.m.