-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresources.Rmd
64 lines (33 loc) · 1.06 KB
/
resources.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
---
title: R resources
---
## R(studio) basics
<https://www.datacamp.com/courses/free-introduction-to-r>
<http://tryr.codeschool.com/>
<http://swirlstats.com/students.html>
## tidyverse
<https://www.tidyverse.org/>
<http://r4ds.had.co.nz/>
<http://www.dataschool.io/dplyr-tutorial-part-2/>
<https://www.rstudio.com/wp-content/uploads/2015/02/data-wrangling-cheatsheet.pdf>
<http://rpubs.com/bradleyboehmke/data_wrangling>
## Parsing text data (regular expressions)
<https://cran.r-project.org/web/packages/stringr/vignettes/stringr.html>
## ggplot2
<http://www.cookbook-r.com/Graphs/>
<http://docs.ggplot2.org/>
## Radiant
<https://radiant-rstats.github.io/docs>
In R(studio) enter: `help(package = "radiant")`
<http://rpackages.ianhowson.com/radiant>
Blog: <http://vnijs.github.io/blog/>
## News
<http://www.r-bloggers.com/>
## Questions and answers
<http://stackoverflow.com/questions/tagged/r>
## Other
<http://www.cookbook-r.com/>
<http://www.statmethods.net/>
## Official documentation
<http://rpackages.ianhowson.com/>
<http://www.rdocumentation.org/>