This branch contains a collection of R tools for managing projects and data in the Zhu Lab at the University of Michigan.
To install the latest version of the package from GitHub, follow the steps below.
- Open RStudio or your preferred R environment.
- Install devtools using the following command in R
install.packages("devtools")
- Install zhulabtools with
devtools::install_github("zhulabgroup/zhulabtools@r")