-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
32 lines (24 loc) · 871 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
output:
github_document:
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = FALSE,
message = FALSE,
comment = "#>",
fig.retina = 3
)
```
## EMSE 4571: Intro to Programming for Analytics <a href='https://github.com/emse-eda-gwu/'><img src='images/logo.png' align="right" height="139"/></a>
<!-- badges: start -->
[![License: CC-BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA-lightgrey)](https://creativecommons.org/licenses/by-sa/4.0/)
<!-- badges: end -->
### Description
```{r child = '_description.qmd'}
```
### Acknowledgments
This course was inspired by many other courses / resources that cover similar material - see the course [about page](http://p4a.seas.gwu.edu/about.html) for more details.