Skip to content

amal-almazrua/dsr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

> Introduction to Data Science with R

François Briatte
Spring 2017. Work in progress, not taught right now.

> Syllabus

Participate

For strictly personal questions, email me.

1. Setup

Code

The scripts below are short demos that will give you an idea of what you can accomplish from the command line or from R, using a selection of packages designed for data import/export, manipulation and visualization.

Read

See also

2. Data I/O

Code

The scripts below all show how to use dplyr for data manipulation, readr or readxl for data import, and ggplot2 for plotting. They also show how to use a few more packages that you might find useful.

Read

See also

3. Manipulation

Code

Read

See also

4. Visualization

Code

Read

See also

The links below point to (mostly) ggplot2-related resources, but data visualization is much, much more than that: see the resources listed in awesome-visualization-research and awesome-dataviz.

References

Thanks

About

Introduction to Data Science with R (2017)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 97.7%
  • Shell 2.3%