Description Usage Arguments Value
Queries a GovTrack.us API resource for a data set using server-side filtering, sorting, and pagination.
1 | fetch_govtrack(res = "bill", filter, sort, limit, offset, select)
|
res |
Resource identifier |
filter |
Named list of query filters |
sort |
Vector of fields on which to sort |
limit |
Maximum number of results to return |
offset |
Pagination index of results |
select |
Vector of fields to return |
Data frame of results. Note that observations are returned according to the structure returned by the server and may not be wholly atomic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.