Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
/ polAr Public archive

Política Argentina usando R 🗳️ Argentina Political Analysis

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

electorArg/polAr

Repository files navigation

ARCHIVADA - SIN MANTENIMIENTO

POLítica Argentina usando R

{polAr} brinda herramientas que facilitan el flujo de trabajo para el análisis político - electoral y el acceso a datos de Argentina desde R (polAr provides tools that facilitate the workflow for political-electoral analysis and access to data from Argentina from R).

Travis build status github DOI

Archived from CRAN (2021-02-24)

CRAN status metacran downloads


INSTALACIÓN (Install)

# install.packages('devtools') si no tiene instalado devtools

devtools::install_github("electorArg/polAr")

Historial de cambios y funciones en el desarrollo del paquete pueden consultarse en detalle en changelog (Changes in package development can be found in detail in the changelog).


VIGNETTES

Se pueden consultar pequeños ejemplos de uso en las sección ARTICULOS (Small examples of use can be found in the ARTICLES section).


CITA (Cite)

Para citar {polAr} en publicaciones usar (To cite package ‘polAr’ in publications use)

  Juan Pablo Ruiz Nicolini (2020). polAr: Argentina
  Political Analysis. R package version 0.2.0.1 (dev)
  https://electorarg.github.io/polAr/


Una entrada BibTeX para LaTex (A BibTeX entry for LaTeX users)

  @Manual{,
    title = {polAr: Argentina Political Analysis},
    author = {Juan Pablo {Ruiz Nicolini}},
    year = {2020},
    note = {R package version 0.2.0.1},
    url = {https://electorarg.github.io/polAr/},
  }



CREDITOS (Credits)


TWITTER BOT

Junto a Camila Higa trabajamos en un robot de twitter - pol_ar_bot - que se monta sobre polAr y responde consultas de usuaries sobre resultados de elecciones combinando las funciones get_election_data() y plot_results().

(With Camila Higa we work on a twitter bot - pol_ar_bot based on polAr develoment that answers election results queries from twitter users by combining get_election_data() and plot_results() functions).