i'd like to show a progress bar or anything similar while loading data from a text file in R. I found something here but I can't adapt it to text files. I'm working with relatively big data sizes (over 8m rows, nearly 1-2gb per text file).
Is there anyway with the tcltk package to show a progressbar while loading the data to a dataframe ? (I'm going to use it in a script file for a backgroung execution. Thus, I'm looking for a tcltk package like message box)
Thank you very much !
Laurent