-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintroduction.Rmd
49 lines (39 loc) · 1.02 KB
/
introduction.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
---
title: An Introduction to R
author: Filip Schouwenaars, DataCamp
output: ioslides_presentation
---
<!--
## About DataCamp
- Online Data Science School
- > 900,000 registered users
- Video lessons and coding challenges
+ In-browser, self-paced
- World-class instructors
- [www.datacamp.com/demo](www.datacamp.com/demo)
## We're hiring
- Always looking for smart people
- Mainly computer scientists
- Still studying? No problem!
- Get in touch: [email protected]
-->
## About the Workshop
- Intro to R
- Try R on DataCamp
- Case Study 1: Data exploration
- Case Study 2: Machine learning
- You can follow along
- Questions? Yes please!
## R
- New Zealand, 90s
- Open source
- Command-Line > Point and click
- Share code through R scripts and packages
- Great for Visualization
- Has to fit in the main memory
## Get Started!
- Install R: https://cran.rstudio.com/
- Install RStudio, an IDE: https://www.rstudio.com/
- Download files and unzip
- Bitly link: **http://bit.ly/2pptf40**
- Github: **github.com/filipsch/workshop**