Skip to content

KarenGoncalves/R_class_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Datasets and scripts for R Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages