R/DeclareDesign-deprecated.R

Defines functions draw_sample draw_assignment

## DeclareDesign-deprecated.r
#' @title Deprecated functions in package \pkg{DeclareDesign}.
#' @description The functions listed below are deprecated and will be defunct in
#'   the near future. When possible, alternative functions with similar
#'   functionality are also mentioned. Help pages for deprecated functions are
#'   available at \code{help("-deprecated")}.
#' @name DeclareDesign-deprecated
#' @keywords internal
NULL

draw_assignment <- function(design, data = NULL, start = 1, end = length(design)) {
  .Deprecated()
}

draw_sample <- function(design, data = NULL, start = 1, end = length(design)) {
  .Deprecated()
}

Try the DeclareDesign package in your browser

Any scripts or data that you put into this service are public.

DeclareDesign documentation built on Aug. 8, 2023, 5:13 p.m.