R/isinstalled.R

Defines functions is.installed

#author: SilentBang, source: http://stackoverflow.com/questions/9341635/check-for-installed-packages-before-running-install-packages
is.installed <- function(mypkg){
  is.element(mypkg, installed.packages()[,1])
}

Try the bioimagetools package in your browser

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

bioimagetools documentation built on May 28, 2022, 5:06 p.m.