Rstudio running in console in Rmd chunk
问题 I recently updated to Rstudio version 1.0.136 coming from 0.99.902 if I'm not mistaken. One of the things that used to work and doesn't anymore is to run parts of the code in the chunk in the console and get the output (plot) in the plot section of the Rstudio environment. Here is the code I'm using, inside of a .Rmd file: ```{r, echo=FALSE, message=FALSE, warning=FALSE, results='hide', message=FALSE} attach(mtcars) plot(wt, mpg) ``` What I do is select the two lines inside the chunk, and