knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
A toy package for summarising datasetst:
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.