R/rkt_get_experiment_types.R

Defines functions rkt_get_experiment_types

Documented in rkt_get_experiment_types

#' Get the types of experiments.
#'
#' These are:
#' \itemize{
#'   \item general to produce a general data set
#'   \item sampling to investigate the worst-case effect of sampling
#'   \item test to produce a testing data set
#' }
#' @export
rkt_get_experiment_types <- function() {
  c("general", "sampling", "test")
}
richelbilderbeek/raket documentation built on Dec. 31, 2019, 7:41 p.m.