Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 499 Bytes

zhulabtools: Tools for Zhu Lab at UMich

This branch contains a collection of R tools for managing projects and data in the Zhu Lab at the University of Michigan.

Installation

To install the latest version of the package from GitHub, follow the steps below.

  1. Open RStudio or your preferred R environment.
  2. Install devtools using the following command in R
install.packages("devtools")
  1. Install zhulabtools with
devtools::install_github("zhulabgroup/zhulabtools@r")