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.
- Host: GitHub
- URL: https://github.com/ucdavisdatalab/workshop_r_basics
- Owner: ucdavisdatalab
- License: other
- Created: 2021-03-29T20:55:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-05T02:55:08.000Z (4 months ago)
- Last Synced: 2026-03-05T07:28:27.058Z (4 months ago)
- Topics: data-science, introduction-to-r, r, teaching-materials, ucdavis, ucdavis-datalab, workshop
- Language: R
- Homepage: https://ucdavisdatalab.github.io/workshop_r_basics/
- Size: 6.78 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Workshop: R Basics
[top]: #workshop-r-basics
[

](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])