-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbiblio.Rmd
44 lines (24 loc) · 1.12 KB
/
biblio.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
title: "Bibliografía y referencias"
description: |
Lecturas recomendadas y materiales de apoyo
site: distill::distill_website
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
# Learn more about creating websites with Distill at:
# https://rstudio.github.io/distill/website.html
```
### Procesamiento
- [**Antonio Vazquez Brust (2019). Ciencia de Datos para Gente Sociable.**](https://bitsandbricks.github.io/ciencia_de_datos_gente_sociable/)
- [**Wickham, H., & Grolemund, G. (2016). R for data science: import, tidy, transform, visualize, and model data. “O’Reilly Media, Inc.”.**](https://es.r4ds.hadley.nz/).
Versión en castellano: [**R para Ciencia de Datos**](https://es.r4ds.hadley.nz/)
- [**Wickham, H. ggplot2: elegant graphics for data analysis. Springer, 2016.**]( https://ggplot2-book.org/)
---
### CONSULTAS
**Espacios de consulta:**
- [_R en Buenos Aires_](https://renbaires.github.io/)
- [_R-Ladies Buenos Aires_](https://www.meetup.com/es/rladies-buenos-aires/)
- [Stackoverflow](https://es.stackoverflow.com/)
- [Google](https://www.google.com.ar/?gws_rd=ssl)
---