dsr icon indicating copy to clipboard operation
dsr copied to clipboard

Introduction to Data Science with R (Sciences Po, Paris, 2023)

> 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