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
I get flawed data.frame when reading table_dic-dictionary with getEurostatDictionary. Some rows of the V2 column ends up holding several rows of the dictionary.
To reproduce the problem:
dict <- getEurostatDictionary("table_dic")
dict[40,]
I have fixed the issue in: jhuovari@d3d028c
with quote = """ argument.
The text was updated successfully, but these errors were encountered:
Excellent, many thanks ! I have now added and committed this to master, and added you to the contributor list in the DESCRIPTION file. Looking forward to finalize the package soon (after vacations maybe?) and submit to CRAN. You are also welcome to make direct pull requests.
I get flawed data.frame when reading table_dic-dictionary with getEurostatDictionary. Some rows of the V2 column ends up holding several rows of the dictionary.
To reproduce the problem:
dict <- getEurostatDictionary("table_dic")
dict[40,]
I have fixed the issue in:
jhuovari@d3d028c
with quote = """ argument.
The text was updated successfully, but these errors were encountered: