Browse Source

readme

master
test2 4 years ago
parent
commit
f390cef3fa
  1. 4
      README.md

4
README.md

@ -24,7 +24,9 @@ This is a quickstart guide of howto use this *LabInstance*
> root
Here is a simple code to reinstall all the necessary R packages to keep you up and running. The script will check whether the required packages have been installed, if not, it will install them accordingly.
## install R packages
Here is a simple code to install all the necessary R packages to keep you up and running. The script will check whether the required packages have been installed, if not, it will install them accordingly.
> install <- function(packages){
> new.packages <- packages[!(packages %in% installed.packages()[, "Package"])]

Loading…
Cancel
Save