Skip to content

Commit

Permalink
do not include xtable comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Apr 13, 2013
1 parent aadf6c3 commit f7ba05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knit
Expand Up @@ -9,7 +9,8 @@ pdf.options(pointsize = 10) # smaller pointsize for recording plots
opts_chunk$set(cache=TRUE, cache.path = 'cache-local/',
fig.width=5, fig.height=5, par=TRUE)
## xtable options (generate HTML by default)
options(xtable.type = 'html', xtable.html.table.attributes = '', table.placement = '')
options(xtable.type = 'html', xtable.html.table.attributes = '',
table.placement = '', xtable.comment = FALSE)

## chunk hooks
knit_hooks$set(par=function(before, options, envir){
Expand Down

0 comments on commit f7ba05d

Please sign in to comment.