Hi @cderv
Printing one chunk means printing a log message using message() for example ?
Yes, that would be one example.
Usually when you render() there is no console.
Agreed, that's why I mentioned the .Rout file.
What is the real case usage behind this?
Really, the one I mentioned. I would like to be able to define which chunks are printed to the rendered document and which one are printed to the console (for an interactive session) or .Rout file (for a batch execution). I am hopeful that this is possible, since the render function is able to print to both rendered document (apparent for the chunks) and the console/log file (for the execution-related diagnostic messages).