When using the function mp_vote_record() I'm finding a discrepancy for some MPs when compared with the Hansard website.
David Cameron, for example, has 252 voting records over his time as PM from the Hansard website: https://hansard.parliament.uk/search/MemberContributions?memberId=1467&startDate=2010-05-11&endDate=2016-07-13&type=Divisions&outputType=List&partial=False
but I only get 212 when I run my R script:
Cameron_vote_record <- mp_vote_record(1467, start_date = "2010-05-11", end_date = "2016-07-13", verbose = FALSE)
When using the function
mp_vote_record()I'm finding a discrepancy for some MPs when compared with the Hansard website.David Cameron, for example, has 252 voting records over his time as PM from the Hansard website: https://hansard.parliament.uk/search/MemberContributions?memberId=1467&startDate=2010-05-11&endDate=2016-07-13&type=Divisions&outputType=List&partial=False
but I only get 212 when I run my R script:
Cameron_vote_record <- mp_vote_record(1467, start_date = "2010-05-11", end_date = "2016-07-13", verbose = FALSE)