Skip to contents

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")