outdated/rmd2pdf.R

require(knitr)
require(markdown)

knit('for_unsupported.rmd', 
	 'for_unsupported.md')

markdownToHTML('for_unsupported.md',
			   'for_unsupported.html', 
			   options=c('use_xhml'))

system("wkhtmltopdf for_unsupported.html clusterProfiler_for_unsupported_organisms.pdf")

Try the clusterProfiler package in your browser

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

clusterProfiler documentation built on Feb. 11, 2021, 2:02 a.m.