congress-api-docs
congress-api-docs copied to clipboard
Multiword Statements
Using ProPublicaR for API pulls of Congressional statements. I'd like to do pull statements that use a phrase like "mental health" but it results in an empty matrix. I don't have the same issue if I just do "mental"
The relevant line of code is here: temp<-get_recent_congressional_statements_by_term('mental' , page=i, 'API_KEY')
Thoughts?