R/inventorize.R

#' inventorize: Inventory Analytics And Cost Calculations.
#'
#' inventory analytics,revenue management and cost calculations for SKUs.
#'
#' @docType package
#' @name inventorize
"_PACKAGE"

# Update this function call
utils::globalVariables(c("category","%>%","arrange","mutate","desc","aes","xlab","geom_bar","ggplot","theme_minimal","product_mix","ldply",
                         "ggplotly","Product_name","Measure","Value","revenue","profit","predicted_linear","predicted_logit",
                         "revenue_linear","revenue_logit","lm_p","logit_p","dplyr::filter","dplyr::lag"))

Try the inventorize package in your browser

Any scripts or data that you put into this service are public.

inventorize documentation built on June 1, 2022, 1:07 a.m.