An open API service indexing awesome lists of open source software.

https://github.com/apreshill/bakeoff

The goal of bakeoff is to enable data wrangling, analysis, and visualizations with R using data from “The Great British Bake Off”.
https://github.com/apreshill/bakeoff

Last synced: 3 months ago
JSON representation

The goal of bakeoff is to enable data wrangling, analysis, and visualizations with R using data from “The Great British Bake Off”.

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# bakeoff

The goal of bakeoff is to enable data wrangling, analysis, and visualizations using data from "The Great British Bake Off".

## Installation

::: {.pkgdown-devel}
You can install the development version of bakeoff from GitHub with:
```{r eval=FALSE}
remotes::install_github("apreshill/bakeoff")
```
:::

::: {.pkgdown-release}
You can install the CRAN version of pkgdown from GitHub with:
```{r eval=FALSE}
install.packages("bakeoff")
```
:::