knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

A toy package for summarising datasetst:

Vignette Info

Note the various macros within the vignette section of the metadata block above. These are required in order to instruct R how to build the vignette. Note that you should change the title field and the \VignetteIndexEntry to match the title of your vignette.

Figures

To run the function:

library(summaryTools)
stats <- statSummary(1:20, na.rm = TRUE)

Also a quote using >:

"He who gives up [code] safety for [code] speed deserves neither." (via)



tdc1985/pkgcourse documentation built on May 17, 2019, 10:13 a.m.