Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 599 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 599 Bytes

Install the course materials for the USC Preventive Medicine R Bootcamp in Data Analysis

Installation

You can install uscrbootcamp from this repository with

install.packages("remotes")
remotes::install_github("USCbiostats/uscrbootcamp")

Once you’ve installed the package, install the course with

uscrbootcamp::install_bootcamp("path/to/your/computer")

Replace “path/to/your/computer” with where on your computer you want the course installed.