fr_agencies {federalregister}R Documentation

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

A list containing one or more lists of class fedreg_agency, which contain details about the agency.

Author(s)

Thomas J. Leeper

Examples

## Not run: fr_agencies(538)
## Not run: fr_agencies()

[Package federalregister version 0.2.0 Index]