https://github.com/lvaudor/mixr
https://github.com/lvaudor/mixr
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lvaudor/mixr
- Owner: lvaudor
- Created: 2018-11-22T16:34:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T09:27:21.000Z (11 months ago)
- Last Synced: 2024-08-13T07:14:18.813Z (6 months ago)
- Language: R
- Size: 10.5 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - lvaudor/mixr - (R)
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")
```