Skip to contents

Function to get metadata for one or more Public Inspection Documents

Usage

pi_get(docnumber, version='v1', ...)

Arguments

docnumber

A character vector containing one or more Public Inspection Document document numbers.

version

The Federal Register API version. Default is 'v1'.

...

Additional arguments passed to GET.

Value

A list containing one or more objects of class fedreg_document.

Author

Thomas J. Leeper

Examples

if (FALSE) pi_get("2014-10067") # \dontrun{}
if (FALSE) pi_get(c("2014-10067","2014-10687")) # \dontrun{}