R/get_site_model_names.R

Defines functions get_site_model_names

Documented in get_site_model_names

#' Get the site models' names
#' @return the site model names
#' @seealso Use \link{create_site_models} to get all site models
#' @examples
#' check_empty_beautier_folder()
#'
#' get_site_model_names()
#'
#' check_empty_beautier_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
get_site_model_names <- function() {
  c("JC69", "HKY", "TN93", "GTR")
}

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.