Use the following lines to install and load packages in Rstudio:
library(remotes) # or devtools if already installed
install_github("dunlr/pkg_name") # replace pkg_name with repository name from github
library(pkg_name)
Use the following lines to install and load packages in Rstudio:
library(remotes) # or devtools if already installed
install_github("dunlr/pkg_name") # replace pkg_name with repository name from github
library(pkg_name)
Loading…
Loading…