pkg_check <- c("shiny","ggplot2","shinyBS","dplyr","devtools","iNEXT",'normtest','DT',
'tidyr','DescTools','vegan','dendextend', 'qgraph','corrr','corrplot','mnormt')
pkgs_ntb_miss <- pkg_check[!(pkg_check %in% installed.packages())]
if(!identical(pkgs_ntb_miss , character(0))){
install.packages(pkgs_ntb_miss,repos = "https://cloud.r-project.org/")
}
suppressPackageStartupMessages({
loadntbPkg <- sapply(pkg_check,function(x) library(x,character.only = TRUE))
})
# Load packages
options(rgl.useNULL=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.