R/install_grid_example.R
install_grid_example.Rd
Install an extended example dataset to try the learnitgrid Shiny application
install_grid_example(dir = tempdir(), browse = FALSE)
The directory where to decompress the extended example
Should we browse the example directory after decompression?
The path to the example learnitgrid data is returned invisibly.
# Install the extended examples in a temporary directory
if (FALSE) {
library(learnitgrid)
ex_dir <- install_grid_example(browse = TRUE)
}