Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 237 Bytes

R_class_examples

In all scripts, you will need to load tidyverse, readxl and, in some cases, ggpubr. Install these packages with the following code

packages = c("tidyverse", "readxl", "ggpubr")
install.packages(packages)