R/get_log_modes.R

Defines functions get_log_modes

Documented in get_log_modes

#' Get the possible log modes
#' @return the possible log modes
#' @examples
#' get_log_modes()
#' @author Richèl J.C. Bilderbeek
#' @export
get_log_modes <- function() {
  c(
    "autodetect",
    "compound",
    "tree"
  )
}

Try the beautier package in your browser

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

beautier documentation built on Nov. 2, 2023, 5:08 p.m.