Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add support for progress bar when compiling automated reports #80

Open
ashirwad opened this issue Oct 20, 2022 · 1 comment
Open

Comments

@ashirwad
Copy link

Hey @choonghyunryu,

Thanks for this excellent package! I am using dlookr more and more for EDA and really like the automated web reports that I can quickly generate with dlookr. One thing that I feel could be worth adding is the support for progress bars! When I work with wide data sets (few hundred columns) the EDA reports often take hours to compile and until the compilation is done I have no clue how much longer it's going to take. Adding progress bars will help solve that issue. 😊

Thanks!

@choonghyunryu
Copy link
Owner

Hi @ashirwad
Thanks for the feedback.

When the report creation job runs, the following progress is output to the console.

  |.................................................................              |  52%
  ordinary text without R code

  |...................................................................            |  54%
label: unnamed-chunk-6 (with options) 
List of 1
 $ results: chr "asis"

  |.....................................................................          |  56%
  ordinary text without R code

  |.......................................................................        |  57%
label: compare-category (with options) 
List of 1
 $ results: chr "asis"

The percentage on the right is the progress.

The information about the chunks on the left is not helpful to the user, but the percentages on the right seem to predict the end of the task.

Is this information not enough?

Thank you so much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants