R/condaenv_exists.R

Defines functions condaenv_exists

condaenv_exists <- function(...){
  requireNamespace("reticulate")
  utils::getFromNamespace("condaenv_exists","reticulate")(...) 
}

Try the rworkflows package in your browser

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

rworkflows documentation built on Sept. 23, 2024, 1:08 a.m.