knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
# render to pdf
# R --slave -e 'rmarkdown::render("bioutils.Rmd", output_format = "rmarkdown::pdf_document")'
# render to html document specifically formatted for vignette
# R --slave -e 'rmarkdown::render("bioutils.Rmd", output_format = "rmarkdown::html_vignette")'

Someday this document will show a demo of how to use bioutils.



letaylor/bioutils documentation built on May 5, 2019, 7:09 a.m.