Description Usage Arguments Value Examples
View source: R/merge-sales-stock-data.R
full join sales data and stock data pro
1 2 3 4 5 6 7 8 9 10 |
dates |
the start date of you select |
con |
BI con connector |
brand_name |
the name of brand |
channel_type |
direct store and franchise store ,the channel of store sales |
area_name |
area name |
boss_name |
the franchise customer |
category_name |
the category name of goods |
shop_no |
the shop of Number |
a dataframe
1 | mydt <- merge_sales_stock_data(dates = c('2020-01-01','2020-10-11'),con,brand_name = "mujosh")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.