Install an extended example dataset to try the learnitgrid Shiny application

install_grid_example(dir = tempdir(), browse = FALSE)

Arguments

dir

The directory where to decompress the extended example

browse

Should we browse the example directory after decompression?

Value

The path to the example learnitgrid data is returned invisibly.

See also

Examples

# Install the extended examples in a temporary directory
if (FALSE) {
library(learnitgrid)
ex_dir <- install_grid_example(browse = TRUE)
}