Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nacnudus/smungs

Example spreadsheets for the online book Spreadsheet Munging Strategies https://nacnudus.github.io/spreadsheet-munging-strategies/
https://github.com/nacnudus/smungs

Last synced: about 1 month ago
JSON representation

Example spreadsheets for the online book Spreadsheet Munging Strategies https://nacnudus.github.io/spreadsheet-munging-strategies/

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%"
)
```
# smungs

An R package containing example spreadsheets to accompany the online book [Spreadsheet Munging Strategies](https://nacnudus.github.io/spreadsheet-munging-strategies/).

The package provides file paths to the example spreadsheets installed locally on your computer.

```{r example}
smungs::ozmarriage
```

## Installation

``` r
# install.packages("devtools") # If it isn't already installed
devtools::install_github("nacnudus/smungs")
```