Extra curly braces when using xtable and knitr, after specifiying size
I'm creating a R Markdown document using knitr and am running into trouble using xtable to create a table. My table is very large and I'm trying to reduce the size using the size command in the print statement. The issue I'm running into is that the command seems to add two extra curly braces which show up in the PDF, one before the table and one after. Does anyone know a way to fix this? MWE: --- output: pdf_document: keep_tex: yes tables: true --- ```{r, results='asis', echo=FALSE} library(xtable) my.df <- data.frame(matrix(c(1:18),nrow=2)) glossaryprint <- xtable(my.df, caption="Summary of