This package provides access to the API for the United States Federal Register. The API provides access to all Federal Register contents since 1994, including Executive Orders by Presidents Clinton, Bush, and Obama and all “Public Inspection” Documents made available prior to publication in the Register. The API returns basic details about each entry in the Register and provides URLs for HTML, PDF, and plain text versions of the contents thereof, and the data are fully searchable. The federalregister package provides access to all version 1 API endpoints.
The package can be installed from GitHub:
if (!require('devtools')) {
install.packages('devtools')
library('devtools')
}
install_github('rOpenGov/federalregister')
library('federalregister')
Below are some examples of possible uses of the package.
One way to use federalregister is to retrieve details about the contents of the Federal Register over-time, perhaps Executive Orders by President.
require('federalregister')
## Loading required package: federalregister
<- fr_search(presidential_document_type='executive_order', president='william-j-clinton', per_page=1000)
clinton <- fr_search(presidential_document_type='executive_order', president='george-w-bush', per_page=1000)
bush <- fr_search(presidential_document_type='executive_order', president='barack-obama', per_page=1000)
obama
# number of Executive Orders
c(clint=clinton$count, bush=bush$count, obama=obama$count)
## clint bush obama
## 308 295 240
Each Federal Registry entry includes data on agency mentions (i.e., what agencies the entry applies to). We can use this information to analyze which agencies are getting attention, even over time.
require('federalregister')
<- c('barry-m-goldwater-scholarship-and-excellence-in-education-foundation',
a 'assassination-records-review-board',
'arctic-research-commission')
<- lapply(a, function(x) fr_search(agencies=x, fields='', per_page=1000)$results)
out setNames(sapply(out, length), a)
## barry-m-goldwater-scholarship-and-excellence-in-education-foundation
## 15
## assassination-records-review-board
## 108
## arctic-research-commission
## 64
One cool feature of the Federal Register API is the ability to retrieve Executive Orders. Constructing the necessary API request, for example, to retrieve all Executive Orders for 2013 from President Obama is a bit complicated:
https://www.federalregister.gov/api/v1/articles.json?conditions%5Bcorrection%5D=0&conditions%5Bpresident%5D=barack-obama&conditions%5Bpresidential_document_type_id%5D=2&conditions%5Bpublication_date%5D%5Byear%5D=2013&conditions%5Btype%5D=PRESDOCU&fields%5B%5D=executive_order_number&fields%5B%5D=title&fields%5B%5D=publication_date&fields%5B%5D=signing_date&fields%5B%5D=citation&fields%5B%5D=document_number&fields%5B%5D=executive_order_notes&fields%5B%5D=html_url&fields%5B%5D=full_text_xml_url&fields%5B%5D=body_html_url&fields%5B%5D=json_url&order=executive_order_number&per_page=1000
Doing it using federalregister is quite a bit easier:
require('federalregister')
<- fr_search(presidential_document_type='executive_order',
clinton president='william-j-clinton', per_page=1000)
<- fr_search(presidential_document_type='executive_order',
bush president='george-w-bush', per_page=1000)
<- fr_search(presidential_document_type='executive_order',
obama president='barack-obama', per_page=1000)
# number of Executive Orders
c(clint=clinton$count, bush=bush$count, obama=obama$count)
## clint bush obama
## 308 295 240
The API returns metadata about entries in the Federal Register, including links to HTML, PDF, and plain text versions of entries in the Federal Register. Using federalregister to retrieve the plain text URLs, it is then possible to reconstruct the contents of the Register for use in, e.g., some kind of text mining analysis.
<- fr_get('E9-1719')
arecord <- httr::content(httr::GET(arecord[[1]]$raw_text_url), "text", encoding = "UTF-8")
full cat(substring(full, 1, 1000))
##
## Executive Order 13490 of January 21, 2009
## Ethics Commitments by Executive Branch Personnel
## By the authority vested in me as President by the Constitution and the laws of the United States of America, including section 301 of title 3, United States Code, and sections 3301 and 7301 of title 5, United States Code, it is hereby ordered as follows:
## Section 1.
## Ethics Pledge. Every appointee in every executive agency appointed on or after January 20, 2009, shall sign, and upon signing shall be contractually committed to, the following pledge upon becoming an appointee:
## <U+0093>As a condition, and in consideration, of my employment in the United States Government in a position invested with the public trust, I commit myself to the following obligations, which I understand are binding on me and are enforceable under law:
## <U+0093>1. Lobbyist Gift Ban . I will not accept gifts from registered lobbyists or lobbying organizations for the duration of my service as an appointee.
## <U+0093>2. Revolving Door Ban<U+0097>All