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

allow to specify all cols read as character #151

Open
vojtechhuser opened this issue Jan 18, 2018 · 1 comment
Open

allow to specify all cols read as character #151

vojtechhuser opened this issue Jan 18, 2018 · 1 comment

Comments

@vojtechhuser
Copy link

when reading a given dataset, one column has significant zeros in front of numbers.

e.g., 1 vs 0001

Current read.socrata() does not allow to force parsing all cols as characters.

something like dplyr read_csv(xxxxxx, col_types = cols(.default = "c") )

@tomschenkjr
Copy link
Contributor

For linking conversations, this request has been raised on StackOverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants