This is the public repository for Brad Cannell’s Introduction to R Programming and Data Management Public Repository course at UTHealth. It is still under development. Currently, this repository is for:
- R code for lab warm-ups.
- R code for labs.
- Other files intended to be shared with students and/or the public.
- Loading practice data sets.
You can install the development version of project from GitHub with:
# install.packages("devtools")
devtools::install_github("brad-cannell/intro.r.public")
Currently, there isn’t a reason to install this package. In the future, we imagine that we will use this package to share R code (including functions) and example data sets.