#' Read grid
#'
#' @param filename
#'
#' @return
#' @export
#'
#' @examples
grid.read <- function(filename="data/d04.grid.tif"){
raster::raster(filename) %>%
raster::raster() # Only keep grid, not values
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.