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

incorrect reading by read_delim, read_csv #307

Closed
Kushdesh opened this issue Nov 3, 2015 · 1 comment
Closed

incorrect reading by read_delim, read_csv #307

Kushdesh opened this issue Nov 3, 2015 · 1 comment

Comments

@Kushdesh
Copy link

Kushdesh commented Nov 3, 2015

a <- readr::read_delim("A,B\n4,5G", delim = ",")

returns 2nd column as numeric 5 whereas I was expecting character 5G. This error happens when any column has all its element either blank or numbers followed by exactly one character.

@hadley
Copy link
Member

hadley commented Jun 2, 2016

Duplicate of #308

@hadley hadley closed this as completed Jun 2, 2016
@lock lock bot locked and limited conversation to collaborators Sep 25, 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

2 participants