sboysel / fredr

An R client for the Federal Reserve Economic Data (FRED) API
https://sboysel.github.io/fredr/
Other
92 stars 21 forks source link

Include query response data in fredr output #2

Closed sboysel closed 6 years ago

sboysel commented 7 years ago

fredr currently returns only a subset of the response for each category. Metadata from the response ought to be appended to the returned data frame.

sboysel commented 6 years ago

fredr (and therefore by extension, fredr_series and fredr_search) has the to_frame option. When FALSE, a response object from the httr package. This object can be further parsed using httr::content. This option is now documented in the package README since #6.