R/products.R

#' List of products with suggested prices and contribution margin ratio
#'
#' @format A data frame with as many rows as products and 7 variables:
#' \itemize{
#'   \item company
#'   \item product
#'   \item singular
#'   \item plural
#'   \item reference
#'   \item p
#'   \item cmr
#' }
#' @docType data
#' @keywords datasets
#' @name products
#' @usage data("products")
"products"
NicolasJBM/manacc documentation built on Jan. 16, 2020, 1:42 p.m.