Dockets
Devin Judge-Lord
2025-06-16
get_dockets.Rmd
Get dockets from an agency
-
get_dockets("[agency_acronym]")
retrieves dockets for an agency (see official acronyms on regulations.gov)
# you need an API key
#source("~/api-key.R")
library(regulationsdotgov)
# get FBI dockets
#FBI_dockets <- get_dockets("FBI")