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
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Dec 10, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've been trying to read in chromosomal positions with read_table(), and it seems to be ignoring the early digits for numbers greater than 100M:
Created on 2019-03-13 by the reprex package (v0.2.1)
I suspect this has to do with the fact that the first few hundred positions are much smaller, but it seems like a dangerous behavior without warning.
Additionally, read_table() is treating the L95 and U95 columns as one column.
The text was updated successfully, but these errors were encountered: