https://github.com/nacnudus/spreadsheet-munging-strategies
  
  
    A book about munging complex spreadsheets in R with tidyxl and unpivotr 
    https://github.com/nacnudus/spreadsheet-munging-strategies
  
        Last synced: 7 months ago 
        JSON representation
    
A book about munging complex spreadsheets in R with tidyxl and unpivotr
- Host: GitHub
 - URL: https://github.com/nacnudus/spreadsheet-munging-strategies
 - Owner: nacnudus
 - Created: 2018-03-30T23:55:56.000Z (over 7 years ago)
 - Default Branch: master
 - Last Pushed: 2021-11-23T20:31:20.000Z (almost 4 years ago)
 - Last Synced: 2024-08-13T07:15:10.128Z (about 1 year ago)
 - Language: R
 - Homepage: https://nacnudus.github.io/spreadsheet-munging-strategies/
 - Size: 12.3 MB
 - Stars: 20
 - Watchers: 2
 - Forks: 2
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 
 
Awesome Lists containing this project
- jimsghstars - nacnudus/spreadsheet-munging-strategies - A book about munging complex spreadsheets in R with tidyxl and unpivotr (R)
 
README
          This is a minimal bookdown example. Although you see a few files here, only `index.Rmd` is required. All other files are optional, but `bookdown-minimal.Rproj` can make it much easier to build the book.
The key is the `site` setting in `index.Rmd`. If you want to build the book in RStudio, just click the `Build Book` button in the `Build` pane, otherwise call the function in R:
```r
bookdown::render_book('index.Rmd', 'all')
```