An open API service indexing awesome lists of open source software.

https://github.com/ucdavisdatalab/workshop_r_basics

Reader for the R Basics workshop series.
https://github.com/ucdavisdatalab/workshop_r_basics

data-science introduction-to-r r teaching-materials ucdavis ucdavis-datalab workshop

Last synced: 4 months ago
JSON representation

Reader for the R Basics workshop series.

Awesome Lists containing this project

README

          

# Workshop: R Basics

[top]: #workshop-r-basics

[
![License: CC BY-SA 4.0](
https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg
)
](https://creativecommons.org/licenses/by-sa/4.0/)

_[UC Davis DataLab][datalab]_
_Fall 2026_
_Instructors: Nick Ulle, Michele Tobias, Wesley Brooks_
_Maintainer: Nick Ulle <>_

[datalab]: https://datalab.ucdavis.edu/

This 4-part workshop series provides an introduction to using the R programming
language for reproducible data analysis and scientific computing. Topics
include programming basics, how to work with tabular data, how to break down
programming problems, and how to organize code for clarity and reproducibility.

[Click here][reader] to view the reader as a live website.

[reader]: https://ucdavisdatalab.github.io/workshop_r_basics/

See [`CONTRIBUTING.md`](CONTRIBUTING.md) for details about how to contribute to
this reader.

([back to top][top])