federalregister (version 0.2.0)

fr_agencies: Get Federal Register Agency Information

Description

Function to get information about all (the default) or, optionally, a single federal agency listed in the Federal Register

Usage

fr_agencies(id=NULL, version='v1', ...)

Arguments

id
An optional numeric or character string containing a Federal Register agency identifying number. If NULL (the default), information about all agencies is returned.
version
The Federal Register API version. Default is 'v1'.
...
Additional arguments passed to GET.

Value

fedreg_agency, which contain details about the agency.

Examples

Run this code
## Not run: fr_agencies(538)
## Not run: fr_agencies()

Run the code above in your browser using DataLab