You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a variable in the fredr() function that allows you to choose the "Seasonally Adjusted" observation instead of the "Not Seasonally Adjusted"? I have to choose some different variables to get there but would prefer a variable that allows me to choose that.
The text was updated successfully, but these errors were encountered:
AFAIK, FRED series are seasonally adjusted at the series level and there is no option exposed by the endpoint fredr/series/observations (i.e. the function fredr::fredr) to select different versions by this particular adjustment. A series and it's seasonally adjusted counterpart will have distinct series IDs. What you can do is use the filter_variable parameter from one of the fredr::fredr_search_* functions to search for a seasonally adjusted version of a series.
Is there a variable in the fredr() function that allows you to choose the "Seasonally Adjusted" observation instead of the "Not Seasonally Adjusted"? I have to choose some different variables to get there but would prefer a variable that allows me to choose that.
The text was updated successfully, but these errors were encountered: