Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliasilge/deming2018

Presentation for Deming Conference in December 2018
https://github.com/juliasilge/deming2018

Last synced: about 1 month ago
JSON representation

Presentation for Deming Conference in December 2018

Awesome Lists containing this project

README

        

# Tidy Text Mining at the 2018 Deming Conference

Slides for my tutorial session on text mining at the 74th Annual Deming Conference on Applied Statistics
in December 2018

Check out the slides at [bit.ly/silge-deming-1](https://bit.ly/silge-deming-1) and [bit.ly/silge-deming-2](https://bit.ly/silge-deming-2)!

Slides created with [remark.js](http://remarkjs.com/) and the R package [**xaringan**](https://github.com/yihui/xaringan)

My xaringan theme (from [xaringanthemer](https://pkg.garrickadenbuie.com/xaringanthemer/)):

```
mono_accent(
base_color = "#09017F",
header_font_google = google_font("Roboto", "700"),
text_font_google = google_font("Roboto Condensed"),
code_font_google = google_font("Droid Mono"),
code_highlight_color = "#D2B6E8"
)
```