Created
October 15, 2018 10:57
-
-
Save cgpu/83959bc9ce93c1d871febaecf7171ab2 to your computer and use it in GitHub Desktop.
Snippet to prevent code printing in html affter knitting.
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: "Preventing code from being printed on html output" | |
| author: "cgpu" | |
| date: "" | |
| output: html_document | |
| --- | |
| ```{r global_options, include=FALSE} | |
| knitr::opts_chunk$set(echo=FALSE, warning=FALSE, message=FALSE) | |
| ``` | |
| # Intro | |
| . | |
| . | |
| . | |
| . | |
| . | |
| # First Paragraph | |
| . | |
| . | |
| . | |
| . | |
| . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment