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

guess_encoding inconsistency #641

Closed
juangomezduaso opened this issue Mar 20, 2017 · 0 comments
Closed

guess_encoding inconsistency #641

juangomezduaso opened this issue Mar 20, 2017 · 0 comments

Comments

@juangomezduaso
Copy link

I have found that the function guess_encoding() returns a dataframe with a $encoding column that is a character vector some times and a factor in the case when all data is just ASCII. This inconsistency my cause problems. For instance, the "encoding" parameter of function locale() expects a character value and fails if we give the "ASCII" obtained from guess_encoding() to it, but works fine otherwise.

@lock lock bot locked and limited conversation to collaborators Sep 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant