Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/nacnudus/smungs
- Owner: nacnudus
- License: other
- Created: 2018-06-29T09:46:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T21:37:17.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:15:21.391Z (4 months ago)
- Language: R
- Size: 339 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nacnudus/smungs - Example spreadsheets for the online book Spreadsheet Munging Strategies https://nacnudus.github.io/spreadsheet-munging-strategies/ (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# smungsAn 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")
```