R/get_default_orm_folder_name.R

Defines functions get_default_orm_folder_name

Documented in get_default_orm_folder_name

#' Get the default folder for \link[ormr]{ormr}.
#'
#' This is either `python3` (such as in this case, when the user uses `pip`
#' to install Python packages) or a folder where \link[ormr]{ormr} installs
#' Python packages using \link[reticulate]{reticulate}.
#' @return the default \link[ormr]{ormr} folder
#' @examples
#' get_default_orm_folder_name()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_orm_folder_name <- function() {
  "python3"
}
richelbilderbeek/mhcnuggetsr documentation built on Nov. 9, 2023, 10 p.m.