R/datastore_example_path.R

Defines functions datastore_example_path

Documented in datastore_example_path

#' An example datastore
#'
#' This is a small datastore that is used for testing.
#'
#' @family Local datastore operations
#'
#' @export
datastore_example_path <- function() {
  return(system.file("testdata/datastore", package = "refinebioc"))
}
seandavi/RefineBio documentation built on June 1, 2025, 4:10 p.m.