当前位置:网站首页>RNote108---Display the running progress of the R program
RNote108---Display the running progress of the R program
2022-08-05 07:04:00 【51CTO】
I was looking for a displayshinyThe method of the program running progress,However, I only see the progress of the loop execution~Whatever,记录下吧
一、tcltk包
案例:
参数说明:
函数 | 说明 |
tkProgressBar | Displays widgets with labels and progress bars |
setTkProgessBar | Used to update values and labels |
具体参数设置 | |
title, label | 字符串,The title and label of the dialog window are given respectively |
min, max | 数值型,进度条的范围 |
initial, value | The initial value of the progress bar |
width | Pixels of the progress bar |
pb, con | tkProgressBar 的对象 |
二、progress包
A progress bar can be configured,显示百分比、经过时间、Estimated completion time.
案例:
默认参数
Estimated completion time
显示下载百分比,and the remaining time to complete
Calculate the execution time
参数说明:
A function to create a progress bar
函数 | 说明 |
progress_bar$new() | 创建进度条 |
参数设置 | |
format | Can be formatted as a progress bar,默认是百分比"[:bar] :percent".The progress bar is in parentheses on the left,Percentages are printed on the right |
total | total progress,默认100 |
width | 进度条宽度,The default is the width of the current terminal page-2 |
stream | The output method of the progress bar,默认stderr(),但是在Rstudio下有bug,Standard output is used in this casestdout .If not in terminal eitherRstudio中输出,Then no progress bar is printed |
complete | 完成的标识,默认为"=" |
incomplete | Unfinished logo,默认为"-" |
callback | 进度条结束时,调用回调函数. The progress bar object itself is passed as a single parameter to the callback function |
clear | 进度条结束时,是否清除.默认清除 |
show_after | A progress bar is displayed on the screen after a few seconds,For very short processes,Probably not worth showing at all.默认1/10秒 |
force | Whether to force the progress bar to be displayed,即使给定的(或默认的)Streams don't seem to support it |
Functions that use progress bars
There are two functions that update the progress bar:
progress_bar$tick()
按照1or other specified number to increase the progress of the progress bar
progress_bar$update
按照比例
The progress bar is in the first onetick命令后显示,This may not be desirable for long computations,Because nothing is displayed before the first run.Set at the time of calculation or downloadtick(0)A progress bar can be displayed instantly.
函数 | 说明 |
:bar | The progress bar itself |
:current | 当前进度数 |
:total | 总进度数 |
:elapsed | Elapsed time in seconds |
:eta | Estimated completion time |
:percent | 完成百分比 |
:rate | 下载速率,每秒字节数 |
:bytes | 显示字节.If you don't know the file size in advance,Can be useful for downloading or file reading |
:spin | Displays a spinner,even if the process is there0will also be updated |
REF
Package文档即可
边栏推荐
- AI + video technology helps to ensure campus security, how to build a campus intelligent security platform?
- PCI Pharma Services宣布斥资数百万美元扩建英国制造设施,以满足市场对支持肿瘤治疗的全球高效药制造服务日益增长的需求
- 更改小程序原生radio的颜色及大小
- 《基于R语言的自动数据收集》--第3章 XML和JSON
- 利用将网页项目部署到阿里云上(ngnix)
- Technical Analysis Mode (8) Double Top and Bottom
- TCP的粘包拆包问题+解决方案
- Rapid Medical超小体积且唯一可调的取栓器获得FDA核准
- 武田公司2022财年第一季度业绩强劲;正稳步实现全年的管理层指引目标
- 软件测试必问面试题(附答案和解析)
猜你喜欢
随机推荐
FPGA解析B码----连载4
17-VMware Horizon 2203 虚拟桌面-Win10 手动桌面池浮动(十七)
UDP broadcast
HR:这样的简历我只看了5秒就扔了,软件测试简历模板想要的进。
盒子模型中过度约束问题及其解决办法
typescript68-索引查询类型(查询多个)
技术分析模式(十一)如何交易头肩形态
Japan Sanitary Equipment Industry Association: Japan's warm water shower toilet seat shipments reached 100 million sets
The NDK compiler so libraries
Day9 of Hegong Daqiong team vision team training - camera calibration
How to avoid online memory leaks
#Sealos#使用工具部署kubernetesV1.24.0
document.querySelector() method
Technical Analysis Mode (7) Playing the Gap
Source code analysis of Nacos configuration service (full)
lingo入门——河北省第三届研究生建模竞赛B题
如何将.asd恢复为Word文档
AI + video technology helps to ensure campus security, how to build a campus intelligent security platform?
亚马逊美国站:马术头盔CPC认证标准要求
开源中国活动合作说明书