An open API service indexing awesome lists of open source software.

https://github.com/kaizadp/introductoryr

This repository includes scripts, tutorials, and practice datasets for R beginners.
https://github.com/kaizadp/introductoryr

beginners-tutorial-series introduction-to-r rstudio

Last synced: 5 months ago
JSON representation

This repository includes scripts, tutorials, and practice datasets for R beginners.

Awesome Lists containing this project

README

          

[![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.

---