From ae36c3ed360adea67a14bec2c0ca055e819a96d0 Mon Sep 17 00:00:00 2001 From: Jeremy Kidwell Date: Wed, 27 Oct 2021 12:57:32 +0100 Subject: [PATCH] removed R boilerplate --- Connect Project R Markdown.Rmd | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/Connect Project R Markdown.Rmd b/Connect Project R Markdown.Rmd index cee107c..6d14cf2 100644 --- a/Connect Project R Markdown.Rmd +++ b/Connect Project R Markdown.Rmd @@ -7,24 +7,6 @@ output: html_document knitr::opts_chunk$set(echo = TRUE) ``` -## R Markdown - -This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see . - -When you click the **Knit** button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document. You can embed an R code chunk like this: - -```{r cars} -summary(cars) -``` - -## Including Plots - -You can also embed plots, for example: - -```{r pressure, echo=FALSE} -plot(pressure) -``` - Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot. ### To Do List