We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c240e4a commit d9de325Copy full SHA for d9de325
src/fread.c
@@ -2683,8 +2683,11 @@ int freadMain(freadMainArgs _args) {
2683
}
2684
// else nrowLimit applied and stopped early normally
2685
2686
-
2687
+
+ // tell progress meter to finish up; e.g. write final newline
2688
+ // if there's a reread, the progress meter will start again from 0
2689
+ if (args.showProgress) progress(100, 0);
2690
2691
if (firstTime) {
2692
tReread = tRead = wallclock();
2693
0 commit comments