Skip to content

Instantly share code, notes, and snippets.

@paulboardman
Created February 18, 2015 09:52
Rmd getting xtable to output the correct format depending on the output document type
```{r global_options, include=FALSE}
options(xtable.type=knitr::opts_knit$get('rmarkdown.pandoc.to'))
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment