R/bedtools.installed.R

Defines functions bedtools.installed

Documented in bedtools.installed

#' bedtools.installed
#'
#' @description
#'	Check if bedtools exists in PATH
#'
#' @return Logical indicating if bedtools was found in PATH
#'
#' @author Erle Holgersen <Erle.Holgersen@icr.ac.uk>
#'
#' @examples
#'	bedtools.installed();
#'
#' @export bedtools.installed
bedtools.installed <- function() {


	return( '' != Sys.which('bedtools') );
}

Try the chicane package in your browser

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

chicane documentation built on Nov. 7, 2021, 1:07 a.m.