Last chance! 50% off unlimited learning
Sale ends in
Search for bill subjects that contain a specified term
cg_bill_subjects_search(query, key = NULL, as = "table", ...)
(character) a word or phrase to search
your SunlightLabs API key; loads from environment variable from .Renviron or from an option from .Rprofile
(character) One of table (default), list, or response (httr response object). When table is requested, the default, a table is not always returned, but is returned almost always. You can then make a table yourself if you like.
Optional additional curl options (debugging tools mostly)
passed on to HttpClient
# NOT RUN {
cg_bill_subjects_search('climate')
# }
Run the code above in your browser using DataLab