How do I prevent this (image) from happening when converting R markdown to beamer?
Both the R code and R output is overflowing the margins. Here's the code I used
## asdasdad
```{r, echo = TRUE}
rnorm(10)
rnorm(10, mean = 999999999/999999999 + 1000000001666666 - 1000000000666666, sd = 2)
When I convert to slidy, the R output wraps which is good, though the code doesn't, but at least it gets a scroll bar. Is there any way in slidy to make the code to wrap too?