MattCocci / FredFetch

For pulling current and vintage date from FRED and ALFRED API
5 stars 9 forks source link

reshapeByVint not implemented #4

Closed micahjsmith closed 9 years ago

micahjsmith commented 9 years ago

fred.latest({'GDPC1','PAYEMS'}) fails due to the missing method reshapeByVint. Until it is implemented, would comment out that line, replace with error('Not Implemented.'), and set the default toDatasetByVint in private/parseVarargin to 0.

MattCocci commented 9 years ago

Forgot to commit. Added now.