Created
December 3, 2014 16:06
-
-
Save jimhester/c9c659dbd0e8964b8829 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #' --- | |
| #' 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