I am making a presentation in R and the table is too big for the slide.
I have used
{r, echo=FALSE} at the start of my code chunk so that it only produces the table and doesn't print the code but the table is too big for the slide. Does anyone know what code to use to reduce the table size. I have used {r, echo=FALSE, out.width="50%"} but this didn't work