# bjcp_load
# 2018 - Data manually extracted from https://www.bjcp.org/docs/2015_Guidelines_Beer.docx
library(readr)
bjcp <- read_csv("data-raw/bjcp2015.csv")
usethis::use_data(bjcp, overwrite = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.