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

Progress bar with download rates? #108

Closed
dbrookeUAB opened this issue Jul 28, 2020 · 2 comments
Closed

Progress bar with download rates? #108

dbrookeUAB opened this issue Jul 28, 2020 · 2 comments

Comments

@dbrookeUAB
Copy link

I'm trying to write a function that displays the speed at which I'm importing my single cell RNAseq datasets, but I'm having a hard time understanding how I'm supposed to integrate it with the progress bar. Can you give an example on how it would look with a function like read.csv? Thanks!!

PS.. this package is easily my favorite R package.

@englianhu
Copy link

englianhu commented Apr 6, 2023

Some times the orogress bar stucking there, don't know wether algorithmic paused or system hanging there. Is it possible set the count unit for progress_bar? let say set as milisecond, microsecond, nanosecond and so ford...

@gaborcsardi
Copy link
Member

I suggest you try the cli package for progress bars, it supports rates out of the box, the articles have examples:
https://cli.r-lib.org/articles/progress.html
https://cli.r-lib.org/articles/progress-advanced.html

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

3 participants