APIpackage: API to get data from Swedish Parliment open Data site

Description Usage Arguments Value Examples

Description

API to get data from Swedish Parliment open Data site

Usage

1
get_mem(county)

Arguments

county

county of the members

id

member id

Value

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

Examples

 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)

Mahmood1s/lab5 documentation built on Oct. 30, 2019, 9:09 p.m.