Description Usage Arguments Value Examples
针对手工管报数据进行标准化处理
1 2 3 4 5 6 7 | rbu_normalize_target(
conn = tsda::conn_rds("jlrds"),
FYear = 2021,
FPeriod = 7,
FBrand = "自然堂",
FChannel = "美妆"
)
|
conn |
连接 |
FYear |
年份 |
FPeriod |
月份 |
FBrand |
品牌 |
FChannel |
渠道 |
返回值
1 2 3 | library(rbupkg)
rbu_normalize_target() -> mydata
View(mydata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.