R/get_extdata.R

Defines functions get_extdata

get_extdata <- function(path) {
  system.file("extdata", path, package = "minesweeper", mustWork = TRUE)
}

Try the minesweeper package in your browser

Any scripts or data that you put into this service are public.

minesweeper documentation built on April 3, 2025, 9:29 p.m.