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 May 29, 2024, 2:37 a.m.