4
I’m trying to lower the votes of Members to the propositions in votes held in the Plenary of the House of Representatives, in 2015, through the package bRasilLegis in R. But when I put the proposition number in the "number" argument of the function the following error appears:
Error: XML content does not Seem to be XML: 'Unable to get votes from Parliamentarians.
The given command was as follows:
votesPec <- obterVotacaoProposicao(tipo = "PEC", numero = 185, ano = 2015).
I’m having trouble identifying what I might be putting wrong in the code.
P.S: when I put the example given in the package "help":
votesPec358.2013 <- obterVotacaoProposicao(tipo = "PEC", numero = 358,ano = 2013)
It works normally, so I’m guessing it’s something in the command I wrote.
Always put the reference of where you got such a package, it helps to find them so you can test the examples.
– Guilherme Nascimento