View source: R/get_documents.R
get_documents | R Documentation |
Get metadata for documents available in a specific jurisdiction or for a specific document ID
get_documents(
document_id = NULL,
jurisdiction_id = NULL,
date = NULL,
document_type = 1,
verbose = 0
)
document_id |
ID of the specific document |
jurisdiction_id |
ID for the jurisdiction |
date |
Year(s) of the documents |
document_type |
ID for type of document, default value of 1 |
verbose |
prints out the url of the API call, default value of 0 |
Returns pandas dataframe with the metadata
## Not run: get_documents(jurisdiction_id = 38, date = 2022)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.