generated from jtr13/bookdown-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.Rmd
22 lines (17 loc) · 797 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Data Manipulation Techniques with R"
#author: "Dr. Andrea Villanes"
#output: pdf_document
output:
bookdown::pdf_document2:
latex_engine: lualatex
tufte::tufte_handout:
latex_engine: xelatex
site: bookdown::bookdown_site
github-repo: andreavillanes/R_Data_Manipulation_Techniques
---
# Preface {.unnumbered}
## Structure of the book {-}
The book is broken down into small sections that aim to demonstrate a single concept at a time. This book is a work in progress. Submit any issues [here](https://github.com/andreavillanes/R_Data_Manipulation_Techniques/issues). Please check back for frequent updates.
## Acknowledgements {-}
We would like to thank Aaron Baker for providing the foundation for this work, and also Nic Larsen for all his feedback and suggestions.