When creating a model using brms e.g
cake_base <- brm(angle ~ recipe + temp, data = cake)
Compiling Stan program...
Start sampling
The sampling starts in the viewer pane. Ideally, for ease of use and not having to switch between windows, I would like for it to output the iteration/chain etc... in the console. Im not sure how to do this.