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.
Thanks to @jimhester
I spent hours to figure out why readr::read_csv was times slower than base::read.csv , let alone data.table::fread
I reinstalled readr and tried all kinds of things, until I found the post mentioned above. It is clear in hindsight that interaction between the progress bar and the notebook kills the efficiency.
The default should be disabling progress bar in Notebook environment.
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
May 14, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugan unexpected problem or unintended behaviorfeaturea feature request or enhancement
https://community.rstudio.com/t/inline-notebook-display-is-slow-when-loading-data/5231
Hopefully the RStudio IDE sets an option we can use when code is running in a notebook, that we can add to
show_progress()
(I am pretty sure it does).The text was updated successfully, but these errors were encountered: