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

https://github.com/lvaudor/mixr


https://github.com/lvaudor/mixr

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# mixr

The goal of mixr is to provide a few tools for the **quantitative analysis of texts** in R. It provides

- tools for geocoding (function `tidy_geocode()`)
- tools to get lexicon and expressions in various languages (functions `get_lexicon()`,`get_expressions()`)
- tools to calculate and plot terms frequencies and specificities (functions `tidy_frequencies()`,`tidy_specificities()`,`plot_frequencies()`,`plot_specificities()`)

## Installation

```{r}
remotes::install_github("lvaudor/mixr")
```