Skip to content

Instantly share code, notes, and snippets.

@cgpu
Created October 15, 2018 10:57
Show Gist options
  • Select an option

  • Save cgpu/83959bc9ce93c1d871febaecf7171ab2 to your computer and use it in GitHub Desktop.

Select an option

Save cgpu/83959bc9ce93c1d871febaecf7171ab2 to your computer and use it in GitHub Desktop.
Snippet to prevent code printing in html affter knitting.
---
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