#' Pipeline to execute full project
#'
#' @export
pipeline <- function() {
# Update global parameters
global_parameters()
# Get area of interest & basemaps
get_basemap()
get_aoi()
# Integrate data
library(pipedat)
pipeflow()
# Figures
# fig_aoi()
# Report and publications
# render_frontpate()
render_report()
# render_webinar()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.