# NOT RUN {
# Bills from 2014 that have had a "despacho" update in the last 15 days, if
# they exist:
# }
# NOT RUN {
desp_2014 <- sen_bills_updates(update = "Despacho", year = 2014, days = 15)
# PLS bills that have been updated in the last 10 days, if they exist:
pls <- sen_bills_updates(type = "PLS", days = 10)
# }
Run the code above in your browser using DataLab