## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----setup--------------------------------------------------------------------
library(mergeGridR)

## ----export-static, eval = FALSE----------------------------------------------
# out <- file.path(tempdir(), "mergeGridR-static.html")
# export_static_app(out, overwrite = TRUE)

