Skip to content

R package to scrape details of Senedd Members, and their Registers of Interests

Notifications You must be signed in to change notification settings

stupidpupil/senedd_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

See https://github.com/stupidpupil/senedd_scraper/tree/registers_of_interests for daily updates to registers of interests and other machine-readable datasets.

devtools::load_all()
members <- get_senedd_members()
interests <- get_interests_for_members(members)
interests %>% group_by(SeneddID) %>% count %>% left_join(members %>% select(SeneddID, Name)) %>% arrange(SeneddID)

About

R package to scrape details of Senedd Members, and their Registers of Interests

Topics

Resources

Stars

Watchers

Forks

Languages