stackThermocamRaw <- function(files){
rst_list <- lapply(X = files, FUN = function(x){readThermocamRaw(file = x, output = "raster")})
rst_list <- stack(rst_list)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.