-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
85 lines (44 loc) · 1.34 KB
/
README.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# discursAr
<!-- badges: start -->
[![R-CMD-check](https://github.com/PoliticaArgentina/discursAr/workflows/R-CMD-check/badge.svg)](https://github.com/PoliticaArgentina/discursAr/actions)
<!-- badges: end -->
# Herramientas para el análisis de `discurs`os políticos de `Ar`rgentina usando `R` <a><img src="https://github.com/politicaargentina/data_warehouse/blob/master/hex/discursAr.png?raw=true" width="200" align="right" /></a>
---
### INSTALACIÓN
### Versión en desarrollo (*Development version*)
```r
# install.packages('devtools') si no tiene instalado devtools
devtools::install_github("politicaargentina/discursAr")
```
---
# Ejemplo de uso (_Usage_)
```{r}
library(discursAr)
show_available_speech()
```
**Discurso _tidy_**
```{r}
get_speech(year = 1946)
```
**Discurso crudo**
```{r}
(peron46 <- get_speech(year = 1946, raw = TRUE))
peron46 %>%
dplyr::pull(discurso)
```
## `{discursAr}` es parte del universo de paquetes **polAr**
```{r, echo=FALSE}
knitr::include_graphics("https://github.com/PoliticaArgentina/data_warehouse/raw/master/hex/collage.png")
```