R/yg-example.R

Defines functions yg_example_files

Documented in yg_example_files

#' get file paths to example yeast grower files provided with the package.
#'
#' @export
yg_example_files <- function() {
    list.files(system.file("extdata", package = 'readyg'), full.names = TRUE)
}
npjc/readyg documentation built on Oct. 21, 2019, 4:59 p.m.