R/data.R

#' Dairy Plants USA Miscellaneous Data
#'
#' Contains dairy products information.
#'
#'
#' @format A data frame with 1983 rows and 35 variables:
#' \describe{
#'      \item{company_name}{Names of dairy companies in the dataset}
#'      \item{product_type}{Names of different dairy products}
#'      \item{primary_product1}{Information on 1st primary product of the company}
#'      \item{primary_product10}{Information on 10th primary product of the company}
#'      \item{primary_product11}{Information on 11th primary product of the company}
#'      \item{primary_product12}{Information on 12th primary product of the company}
#'      \item{primary_product13}{Information on 13th primary product of the company}
#'      \item{primary_product14}{Information on 14th primary product of the company}
#'      \item{primary_product15}{Information on 15th primary product of the company}
#'      \item{primary_product16}{Information on 16th primary product of the company}
#'      \item{primary_product17}{Information on 17th primary product of the company}
#'      \item{primary_product18}{Information on 18th primary product of the company}
#'      \item{primary_product19}{Information on 19th primary product of the company}
#'      \item{primary_product2}{Information on 2nd primary product of the company}
#'      \item{primary_product20}{Information on 20th primary product of the company}
#'      \item{primary_product21}{Information on 21st primary product of the company}
#'      \item{primary_product22}{Information on 22nd primary product of the company}
#'      \item{primary_product23}{Information on 23rd primary product of the company}
#'      \item{primary_product24}{Information on 24th primary product of the company}
#'      \item{primary_product25}{Information on 25th primary product of the company}
#'      \item{primary_product26}{Information on 26th primary product of the company}
#'      \item{primary_product27}{Information on 27th primary product of the company}
#'      \item{primary_product28}{Information on 28th primary product of the company}
#'      \item{primary_product29}{Information on 29th primary product of the company}
#'      \item{primary_product3}{Information on 3rd primary product of the company}
#'      \item{primary_product30}{Information on 30th primary product of the company}
#'      \item{primary_product31}{Information on 31st primary product of the company}
#'      \item{primary_product32}{Information on 32nd primary product of the company}
#'      \item{primary_product33}{Information on 33rd primary product of the company}
#'      \item{primary_product4}{Information on 4th primary product of the company}
#'      \item{primary_product5}{Information on 5th primary product of the company}
#'      \item{primary_product6}{Information on 6th primary product of the company}
#'      \item{primary_product7}{Information on 7th primary product of the company}
#'      \item{primary_product8}{Information on 8th primary product of the company}
#'      \item{primary_product9}{Information on 9th primary product of the company}
#' }
#'
#' @source {Dairy Plants USA directory https://www.dairyfoods.com/directories/7376-dairy-plants-usa}
#'
#' @example
#' data(dairy_plant)               #Lazy loading. Data becomes visible as soon as possible
"dairy_plant"
nBhabish/DairyPlant documentation built on Dec. 21, 2021, 11:08 p.m.