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
Copy file name to clipboardExpand all lines: src/fread.c
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2036,8 +2036,8 @@ int freadMain(freadMainArgs _args) {
2036
2036
if (fill) INTERNAL_STOP("fill=true but there is a previous row which should already have been filled"); // # nocov
2037
2037
DTWARN(_("Detected %d column names but the data has %d columns. Filling rows automatically. Set fill=TRUE explicitly to avoid this warning.\n"), tt, ncol);
0 commit comments