#' Load Environmental Data
#'
#' @param file Character. File path for raster stack
#'
#' @return
#' @export
#'
#' @examples
#'
load_arid_env_data <- function(file){
ras <- raster::stack(file)
return(ras)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.