Install patchwork
mainYou can install patchwork from CRAN using the standard install.packages() function. If you prefer the development version, you can install it from GitHub using devtools::install_github().
# From CRAN
install.packages('patchwork')
# From GitHub (development version)
# install.packages("devtools")
devtools::install_github("thomasp85/patchwork")