Description Usage Arguments Value Examples
View source: R/get-total-warehouse.R
get total warehouse inventory from BI database
1 2 3 4 5 6 7 8 9 10 11 |
con |
BI con connector |
... |
需要添加汇总字段,默认年,月,SHOP_NO,SKU_NO |
brand_name |
事业部名称 |
channel_type |
门店渠道 |
area_name |
管辖区域 |
boss_name |
加盟商客户 |
shop_no |
the shop of Number |
stock_date |
库存日期 默认昨天 |
category_name |
分析大类 |
a data frame total warehouse
1 | dt <- get_total_warehouse_data(con = con,SHOP_NO,brand_name = 'mujosh',stock_date = lubridate::today()-days(1),goods_categories = c('lens'),SHOP_NO)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.