forked from AdamWilsonLabEDU/SpatialDataScience
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResources.Rmd
More file actions
28 lines (17 loc) · 1.57 KB
/
Resources.Rmd
File metadata and controls
28 lines (17 loc) · 1.57 KB
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
---
title: "Resources"
---
## Data Science
* [What classes should I take if I want to become a data scientist?](https://www.quora.com/What-classes-should-I-take-if-I-want-to-become-a-data-scientist)
## Getting Started with R
<div style="height: 10px;"></div>
* [A very short introduction to R](https://cran.r-project.org/doc/contrib/Torfs+Brauer-Short-R-Intro.pdf)
* [R Markdown Cheat Sheet (PDF)](http://www.rstudio.com/wp-content/uploads/2015/02/rmarkdown-cheatsheet.pdf), a quick guide to the most commonly used markdown syntax, knitr options, and output formats.
* [R Markdown Reference Guide (PDF)](http://www.rstudio.com/wp-content/uploads/2015/03/rmarkdown-reference.pdf), a more comprehensive reference guide to markdown, knitr, and output format options.
## Infographic resources
* [Infographic Layout](http://www.r-bloggers.com/r-how-to-layout-and-design-an-infographic/)
## Learning more
For even more in-depth documentation see:
* [Advanced R](http://adv-r.had.co.nz) book for R users who want to improve their programming skills and understanding of the language. It should also be useful for programmers coming to R from other languages, as it explains some of R’s quirks and shows how some parts that seem horrible do have a positive side.
* The website for the [knitr package](http://yihui.name/knitr/). Knitr is an extremely powerful tool for dynamic content generation and the website has a wealth of documentation and examples to help you utilize it to its full potential.
* A detailed overview about writing your own [R Packages](http://r-pkgs.had.co.nz) by Hadley Wickham.