r - sink() while simultaneously show ouput in console -


how can redirect output txt file in such way can see output simultaneously in console while generating step step?

just use split=true argument of sink:

sink(file="myfile",split=true) 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

android - How to prevent keyboard from closing when bottom dialog is open? -