Currently I have the following code:
<<xtable1, results=tex>>=
xtab<-xtable(Flag)
align( xtab ) <- "|c|c|c|c|c|"
print(xtab)
@
However, when I run this and it creates a pdf the table extends off of the page--like this.
How do I change it so it won't run off the page. I've tried the "tiny" but that makes it too small to read.