R/get_default_python_version.R

Defines functions get_default_python_version

Documented in get_default_python_version

#' Get the default version of Python used
#' @return the default version of Python used as a string
#' @examples
#' get_default_python_version()
#' @author Richèl J.C. Bilderbeek
#' @export
get_default_python_version <- function() {
  "3.6"
}
richelbilderbeek/ormr documentation built on May 23, 2022, 1:15 p.m.