Skip to content

Commit 1144abb

Browse files
committed
Add DataTrail 2 and 3
1 parent 1e13f2f commit 1144abb

6 files changed

+850
-0
lines changed

DataTrail_02_Getting_Data.Rmd

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: "DataTrail - 02 Getting Data"
3+
---
4+
5+
### Author
6+
7+
- DataTrail team
8+
9+
### Co-Authors
10+
11+
- Candace Savonen
12+
- Shannon Ellis
13+
14+
### Description
15+
16+
This second swirl module is a part of the DataTrail series and corresponds the introduction section: `02 Getting Data` which can be [seen here without login](https://datatrail-jhu.github.io/DataTrail/getting-data.html).
17+
18+
You can run through this section on the Leanpub course and get credit for this module as well as certification [by signing up here](https://leanpub.com/c/datatrail).
19+
20+
[DataTrail](https://www.datatrail.org/) is a no-cost, paid 14-week educational initiative for young-adult, high school and GED-graduates. DataTrail aims to equip members of underserved communities with the necessary skills and support required to work in the booming field of data science.
21+
22+
### Installation
23+
24+
```r
25+
swirl::install_course("DataTrail_02_Getting_Data")
26+
```
27+
28+
#### Manual Installation
29+
30+
1. Download [this](http://swirlstats.com/scn/DataTrail_02_Getting_Data.swc) file.
31+
2. Run `swirl::install_course()` in the R console.
32+
3. Select the file you just downloaded.
33+
34+
#### Encountering issues?
35+
36+
If you are encountering any issues with this swirl module, [please file an issue here](https://github.com/datatrail-jhu/datatrail-swirl/issues/new).
37+
38+
### Websites
39+
40+
- https://github.com/swirldev/scn
41+
- https://www.datatrail.org/
42+
- https://leanpub.com/c/datatrail

0 commit comments

Comments
 (0)