-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.Rmd
39 lines (24 loc) · 1.03 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
[![HitCount](http://hits.dwyl.com/kaizadp/introductoryR.svg)](http://hits.dwyl.com/kaizadp/introductoryR)
---
title: "introductoryR"
author: "Kaizad F. Patel"
output: github_document
---
3/31/2020
Last updated/run: `r Sys.Date()`
---
This repository includes scripts and practice datasets for R beginners.
Download R [here](https://www.r-project.org) and RStudio [here](https://rstudio.com).
Download *both* programs, we will use RStudio as a User Interface (UI) to run R.
---
Download files in the `data` directory, and download the R scripts needed.
_to download the entire repository (recommended):_
1. click on `Clone or download`
2. select `Download ZIP`
_to download an individual file:_
1. click on the file
2. right-click on `Raw`
3. select the `save/download linked file as ...` option to save the file
- save all the files in one location and maintain the directory structure (e.g. `data` and `processed` directories)
- create a new empty directory `processed`, you will export processed files there.
---