Skip to content

This is a repo to show connecting RStudio to github

Notifications You must be signed in to change notification settings

karinneff/demo_CSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

---
title: "README"
output: 
  html_document: 
    keep_md: yes
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```

This is new text for my readme doc. 
New paragraph for readme

```{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.

About

This is a repo to show connecting RStudio to github

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published