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
readr 2.0.0 requires literal data to be marked with `I()` when passed to
the reading function. Also the way that name repair happens has changed,
so X1 and X6 are no longer the correct names.
Removing the columns by position rather than name solves this second
issue.
0 commit comments