# NOT RUN {
# Download data on all bills
x <- bills()
# Download data on all bill amendments
x <- bills(amendments = TRUE)
# Download data on a specific bills
x <- bills(1719)
# Download data on all bills introduced after a given date
x <- bills(start_date = "2016-01-01")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab