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? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -