store: store information

Description Usage Arguments Details Value Examples

View source: R/store.R

Description

get the store information from BI database

Usage

1
2
3
4
5
6
7
8
store(
  con,
  brand_name,
  channel_type = NULL,
  area_name = NULL,
  boss_name = NULL,
  shop_no = NULL
)

Arguments

con

BI con connector

brand_name

brand_name

channel_type

store type

area_name

the area of store

boss_name

the boss of store

shop_no

the shop of Number

Details

门店属性:SHOP_NO 门店名称 原ERP店编码 品牌 一级部门 门店性质 国家 管辖区域 省份 城市 城市等级 门店负责人 区域经理 经营状态 店铺类型 老板

Value

a dbplyrlink

Examples

1
2
3
store <- store(con,brand_name = "mujosh")
store <- store(con,brand_name = c("mujosh",'aojo'),channel_type= 'zhiying')
store_table <- store(con,brand_name = "mujosh") %>% collect()

zyf19940501/ghzy documentation built on Dec. 23, 2021, 10:13 p.m.