Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eddelbuettel/gsir-te
Getting Started in R -- Tinyverse Edition
https://github.com/eddelbuettel/gsir-te
Last synced: 4 days ago
JSON representation
Getting Started in R -- Tinyverse Edition
- Host: GitHub
- URL: https://github.com/eddelbuettel/gsir-te
- Owner: eddelbuettel
- License: gpl-3.0
- Created: 2018-10-08T12:06:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T12:58:07.000Z (over 5 years ago)
- Last Synced: 2024-10-26T20:36:23.376Z (18 days ago)
- Language: R
- Size: 4.29 MB
- Stars: 232
- Watchers: 15
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - eddelbuettel/gsir-te - Getting Started in R -- Tinyverse Edition (R)
README
## Getting Started in R
An [eight-page pdf guide](https://eddelbuettel.github.io/gsir-te/Getting-Started-in-R.pdf)
for "Getting Started in R".### Objective
To create a short guide that gives a quick overview and introduction to R.
![](docs/Getting-Started-in-R.p1p2.png)
### How?
* Using a practical approach of showing how to do things immediately using realistic
examples and a real life dataset.
* Avoiding technical details where possible.
* Making it fun and interesting.### For whom?
* Beginners.
* Data scientists, statisticians, programmers, ... who want to get a flavour of R.
* Those who want a quick refresher guide to R.
* The curious.### Outcome
* After reading the guide, following the examples and doing exercises you will
learn how to manipulate, visualise and summarise data.
* Hopefully you will have the curiousity to learn more :)### Try it now!
1. [Clone](https://help.github.com/articles/cloning-a-repository/) this repo; or download the
[pdf](https://eddelbuettel.github.io/gsir-te/Getting-Started-in-R.pdf) and [R
code](https://eddelbuettel.github.io/gsir-te/Getting-Started-in-R.R) individually; or
download the [zip](https://eddelbuettel.github.io/gsir-te/Getting-Started-in-R.zip) file !
2. The repository and the
[zip](https://eddelbuettel.github.io/gsir-te/Getting-Started-in-R.zip)
file contain an RStudio Project file.
3. Open the Project file, or [Getting-Started-in-R.pdf](Getting-Started-in-R.pdf), or the
[R code](Getting-Started-in-R.R) to get started.
4. Enjoy :)### Origin
This is modified version of
[Getting-Started-in-R](https://github.com/saghirb/Getting-Started-in-R) by [Saghir
Bashir](https://github.com/saghirb), with a careful focus on dependency use which we refer
to as [_The Tinyverse_](http://www.tinyverse.org/).### Thanks
A big thank you to the [reviewers and contributors](Contributors.md).
### License
GPL-3
### Authors
Saghir Bashir and Dirk Eddelbuettel