R/get_test_data.R

Defines functions get_test_data

Documented in get_test_data

#' Get the `data` for use in testing.
#'
#' Get the `data` (as can be checked by \link{check_data})
#' for use in testing.
#' @return a `data`
#' @examples
#' get_test_data()
#' @author Richèl J.C. Bilderbeek
#' @export
get_test_data <- function() {
  "gcae_input_files_1"
}
richelbilderbeek/gcaer documentation built on March 25, 2024, 3:08 p.m.