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 -

javascript - How to bind ViewModel Store to View? -

javascript - Solution fails to pass one test with large inputs? -