# can't disable longtable, it's a pandoc default -> ugly table breaks are the reuslt!
options(knitr.kable.NA = '') # ignore NAs in tables
knitr::opts_chunk$set(message = FALSE, warning = FALSE, echo = FALSE,
                      fig.width = 7, fig.height = 7, fig.pos = 'H',
                      fig.align='center') # out.extra: force latex figures
#options(knitr.table.format = "pandoc") 
# set figure size
old.theme <- ggplot2::theme_get()
ggplot2::theme_set(ggplot2::theme_grey(base_size = 10)) 

\begin{center} \textbf{\textcolor{blue}{openPrimeR is a research tool - we do not guarantee for any result!}} \end{center}



Try the openPrimeR package in your browser

Any scripts or data that you put into this service are public.

openPrimeR documentation built on Nov. 16, 2020, 2 a.m.