#' Fatty acid composition of commercial oils
#'
#' Fatty acid concentrations of commercial oils were measured using gas
#' chromatography. The data is used to predict the type of oil. Note that
#' only the known oils are in the data set. Also, the authors state that there
#' are 95 samples of known oils. However, we count 96 in Table 1 (pgs. 33-35).
#'
#'
#' @name oils
#' @aliases oils
#' @docType data
#' @return \item{oils}{a tibble}
#' @source Brodnjak-Voncina et al. (2005). Multivariate data analysis in
#' classification of vegetable oils characterized by the content of fatty
#' acids, \emph{Chemometrics and Intelligent Laboratory Systems}, Vol.
#' 75:31-45.
#' @keywords datasets
#' @examples
#' data(oils)
#' str(oils)
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.