Skip to content

Instantly share code, notes, and snippets.

@jimhester
Created December 3, 2014 16:06
Show Gist options
  • Select an option

  • Save jimhester/c9c659dbd0e8964b8829 to your computer and use it in GitHub Desktop.

Select an option

Save jimhester/c9c659dbd0e8964b8829 to your computer and use it in GitHub Desktop.
#' ---
#' title: "Notebook Example"
#' author: "Jim Hester"
#' date: "`r Sys.Date()`"
#' output: rmarkdown::html_vignette
#' vignette: >
#' %\VignetteIndexEntry{Notebook example}
#' %\VignetteEngine{knitr::rmarkdown}
#' %\usepackage[utf8]{inputenc}
#' ---
#' # testing vignette from R script
rnorm(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment