Hi,
I am not sure I am posting my question in the right place. Tell me if I made a mistake.
I would like to know whether it is possible to disable a certain behaviour in Rstudio. The behaviour in question is the display of messages below a chunk after running it. Is there a chunk option disabling such behaviour? In my messages, I get things like 'Warning: bad /protein_id value '"CCQ26880"''. Note that I am running a bash chunk in Rstudio. I have tried the following options in vain: warning = 'hide', results = 'hide', message = FALSE, warning = FALSE.