judgelord / regulationsdotgov

a package to get data from regulations.gov
https://judgelord.github.io/regulationsdotgov/
MIT License
0 stars 0 forks source link

get_dockets function #7

Open mzkhuzam opened 1 month ago

mzkhuzam commented 1 month ago

1) Currently, it spits out a list, why? Should this be a dataframe?

2) This API call function can take filter[searchTerm] and filter[docketType], we should make this optional for users?

Also, the metadata reports the number of dockets for all 192 agencies. Possibly useful.

judgelord commented 1 month ago
  1. Yes, it should be a dataframe. map -> map_dfr
  2. Yes, these are good options (in general, were should include these options across functions), but it does not need to be in version 1
judgelord commented 2 weeks ago

FERC has documents on regulations.gov: https://www.regulations.gov/search?agencyIds=FERC&filter=ferc

But get_dockets returns 0 results?

Other agencies that seem to have this problem:

FAR has no metadata returned by regulations.gov
DOS has no metadata returned by regulations.gov
DOJ has no metadata returned by regulations.gov
DOC has no metadata returned by regulations.gov
SRBC has no metadata returned by regulations.gov
FERC has no metadata returned by regulations.gov
NASA has no metadata returned by regulations.gov