knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

cheese

The goal of cheese is to facilitiate appreciation of the culinary culture of cheesemaking through data analysis of the largest collection of cheeses from www.cheese.com

Installation

You can install the development version of cheese from GitHub with:

# install.packages("remotes")
remotes::install_github("dmi3kno/cheese")

Example

This is a basic example which shows you how to solve a common problem:

library(cheese)
cheese

Note that because it is a data package, it is documented with devtools::document() and not with roxygen2::roxygenize()



dmi3kno/cheese documentation built on Aug. 5, 2019, 9:51 p.m.