-
Notifications
You must be signed in to change notification settings - Fork 3
/
_bookdown.yml
20 lines (19 loc) · 917 Bytes
/
_bookdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
title: "Spreadsheet Munging Strategies"
author: "Duncan Garmonsway"
description: "A guide to reading complex spreadsheets into tidy data with R. Extract colour, comments, mixed data types, multi-level headers and formulas with the tidyxl package. Unpivot pivot tables and small multiples with the unpivotr package."
book_filename: "spreadsheet-munging-strategies.Rmd"
github-repo: "nacnudus/spreadsheet-munging-strategies"
edit: https://github.com/nacnudus/spreadsheet-munging-strategies/edit/master/%s
url: https://github.com/nacnudus/spreadsheet-munging-strategies/
output_dir: "docs"
delete_merged_file: true
rmd_files: ["index.Rmd",
"setup.Rmd",
"tidyish.Rmd",
"pivot-tables.Rmd",
"small-multiples.Rmd",
"formatting.Rmd",
"data-validation.Rmd",
"formulas.Rmd",
"other-gotchas.Rmd",
"case-studies.Rmd"]