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
Until last week, I was able to download a fully populated table using the code retrieve_data(tablename="51000BM001", genesis=c(db="de")). However, now the table downloads some of the original columns, some are populated fully with NAs, and some are dropped altogether. (Even some of the columns that do pull the correct data have rows of zeros.) I also get the error One or more parsing issues, call problems() on your data frame for details. But unfortunately calling problems() doesn't show any information.
I have checked whether it is an issue with the table being too large but restricting the number of years doesn't fix it.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Many thanks for the very useful package.
Until last week, I was able to download a fully populated table using the code
retrieve_data(tablename="51000BM001", genesis=c(db="de"))
. However, now the table downloads some of the original columns, some are populated fully with NAs, and some are dropped altogether. (Even some of the columns that do pull the correct data have rows of zeros.) I also get the errorOne or more parsing issues, call problems() on your data frame for details
. But unfortunately callingproblems()
doesn't show any information.I have checked whether it is an issue with the table being too large but restricting the number of years doesn't fix it.
Thanks in advance.
The text was updated successfully, but these errors were encountered: