R/roulette.R

Defines functions roulette

Documented in roulette

#' @export

roulette <- function(){
  

  cat("roulette() has been removed\n")
  cat("the roulette method is now available within elicit()\n")
 
}

Try the SHELF package in your browser

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

SHELF documentation built on June 7, 2023, 5:11 p.m.