A package connect to the API
This packages uses function e.g.< get_rka(city = "Stockholm") > to find out the income gap between male and female in the particular municipality by accessing the API: http://api.kolada.se/v1/data/permunicipality/
The function will show a plot that indicates the income of male and female by time series.
```{r, include = TRUE} get_rka(city = "Stockholm", "25-44")
## The income in Uppsala
```{r, include = TRUE}
get_rka(city = "Uppsala", "25-44")
If you want to find the graph via Shiny, you can use
<shiny::runGitHub(repo = "codercola-mw/lab5/", subdir = "inst/app")>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.