R/rkt_get_sampling_methods.R

Defines functions rkt_get_sampling_methods

Documented in rkt_get_sampling_methods

#' Get the sampling methods used
#' @author Richel J.C. Bilderbeek
#' @export
rkt_get_sampling_methods <- function() {
  c("longest", "random", "shortest")
}
richelbilderbeek/raket documentation built on Dec. 31, 2019, 7:41 p.m.