-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathWeek2Slides.Rmd
70 lines (44 loc) · 2.36 KB
/
Week2Slides.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
title: "R for HMIS Admins"
author: "Genelle Denzin"
date: "6/16/2020"
output:
ioslides_presentation:
logo: COHHIOlogo_5.16.jpg
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(knitr)
```
# Week 2: RStudio
Presenter: Genelle Denzin (she/her)
(HMIS Data Analyst, a co-organizer of Columbus R-Ladies)
Co-presenter: Carolyn Hoffman (fellow R user, Training & Technical Assistance)
## Homework
Feedback on the homework? Was everyone able to get through the Data Basics tutorial?
## Logistics
- Access to two monitors will be ideal.
- Please send questions/comments to the chat or raise your hand if you need to ask a question and I can unmute you.
- Technical difficulties from Week 1 (this recording should work!)
- Going forward I will be keeping the readme at the GitHub link updated with resources, links to recordings, homework instructions, etc. Please check there for information and contact me directly if you have any questions.
### https://github.com/kiadso/rTraining#r-for-hmis-admins
## What is RStudio
- IDE (Integrated Development Environment)
- Other examples of IDEs: Vim, Emacs, Visual Studio
![](images/room.jpg)
## RStudio
We love code because:
1. It's repeatable/reusable
2. Inspectable (ability to review the work)
3. Diffable (can compare changes over time)
RStudio gives you the space to organize your code, connect to data sources, iterate, share, and back up your code. Makes coding easier.
# Demo
## Homework
- [Install git](https://git-scm.com/download/win) on the same computer that you have R & RStudio on.
- If you don't already have an account with either GitHub, GitLab, or Bitbucket, go sign up for a free [GitHub](https://github.com/) account. (It is ok to choose whichever site you want but I will be demoing GitHub because I know more about it.)
- Work with your vendor to try to get access to a HUD CSV Export from your HMIS. If you're not already familiar, please read about this export and download the [specifications](https://hudhdx.info/VendorResources.aspx). (You'll want this in Week 4.)
## IF YOU ARE SO INCLINED
- Donations to COHHIO: https://actionnetwork.org/fundraising/support-the-coalition-on-homelessness-and-housing-in-ohio
- Donations to the Columbus Freedom Fund which bails out local Black Lives Matter protesters can be made here: https://www.paypal.me/columbusfreedomfund
# GitHub
Next Session: