-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
39 lines (24 loc) · 1.13 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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# genderedstreetnames
The goal of `genderedstreetnames` is to automatically find the gender of street names, manually fix what the automatic part got wrong, and plot the result.
This is a work in progress.
There is currently a vignette showing examples of what can be done with this package on the [package's website](https://giocomai.github.io/genderedstreetnames/articles/genderedstreetnames.html).
If you use this package for articles/blog posts/anything else, please include a reference to the author and to [EDJNet](http://europeandatajournalism.eu/):
[Giorgio Comai](http://giorgiocomai.eu/)/[OBCT](http://balcanicaucaso.org/)/[EDJNet](http://europeandatajournalism.eu/)
## Installation
This package is currently available on GitHub.
``` r
remotes::install_github("giocomai/genderedstreetnames")
```
Follow the instructions in the vignette for details and examples of outputs.