R/data.R

#' Required names and types for all inputs used in make_cluster_data
#'
#' @format A list with 9 elements. Each list element is a named vector with elements:
#' \describe{
#'   \item{name}{the required inputs name}
#'   \item{type}{the type the inputs should be (character, numeric, etc.)}
#' }
"MAKE_CLUSTER_REQUIRED"

#' Required names and types for all inputs used in make_experiment
#'
#' @format A list with 5 elements. Each list element is a named vector with elements:
#' \describe{
#'   \item{name}{the required inputs name}
#'   \item{type}{the type the inputs should be (character, numeric, etc.)}
#' }
"MAKE_EXPERIMENT_REQUIRED"
smmueller/plotdesignr documentation built on Jan. 5, 2022, 10:55 a.m.