-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
37 lines (28 loc) · 1.12 KB
/
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
33
34
35
36
37
---
output:
github_document:
html_preview: false
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
results = "asis",
echo = FALSE,
comment = "#>",
out.width = "100%"
)
IS_README <- TRUE
```
## EMSE 4574: Programming for Analytics <img src="images/p4a_hex_sticker.png" align="right" width="200"/>
<!-- badges: start -->
![Render & Deploy Site](https://github.com/emse-p4a-gwu/2020-Fall/workflows/Render%20&%20Deploy%20Site/badge.svg)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by/4.0/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
<!-- badges: end -->
### Description
```{r child = '_description.Rmd'}
```
For more details, please see the [course website](https://p4a.seas.gwu.edu/2020-Fall).
### 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.