Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getEurostatDictionary fails to read "table_dic" properly #2

Closed
jhuovari opened this issue Jul 4, 2014 · 1 comment
Closed

getEurostatDictionary fails to read "table_dic" properly #2

jhuovari opened this issue Jul 4, 2014 · 1 comment

Comments

@jhuovari
Copy link

jhuovari commented Jul 4, 2014

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.

@antagomir
Copy link
Member

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.

antaldaniel added a commit that referenced this issue Jan 27, 2020
Regional data - metadata files
antaldaniel added a commit that referenced this issue Jan 27, 2020
Merge pull request #2 from rOpenGov/devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants