Description Usage Arguments Value Examples
API to get data from Swedish Parliment open Data site
1 | get_mem(county)
|
county |
county of the members |
id |
member id |
this function will return the members of parliment. if specific country is given then it will return member only from this country otherwise all parliment member
It will return member appoinments data according to the county or member is or both
this function will return the gender presence in each county
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
data_fetch()
## End(Not run)
## Not run:
get_mem("")
## End(Not run)
## Not run:
get_memdata("","")
## End(Not run)
## Not run:
get_genderdata("")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.