install_ecosystem <- function(){
print("Hello world")
}
## install gulf.* ecosystem from GitHub if not already installed
# installed.packages <- data.frame(installed.packages())
# `%nin%` = Negate(`%in%`)
# install <- core[core %nin% installed.packages$Package]
# if(length(install)>0) {
# lapply(file.path("TobieSurette",core), function(i) remotes::install_github(i))
# }
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.