check.binary: checks if binary is in the path

View source: R/check.binary.R

check.binaryR Documentation

checks if binary is in the path

Description

check if a binary is in the path. Specifically used for bedtools, bedops and tabix.

Usage

check.binary(x = "bedtools", verbose = TRUE)

Arguments

x

a string referring to a binary/executable i.e. bedtools, bedops, tabix

verbose

print log

Details

Used internally to determine functionality selection options.

Value

TRUE or FALSE

Author(s)

Daryl Waggott

Examples

check.binary("bedtools")

uclahs-cds/public-R-bedr documentation built on May 12, 2024, 3:56 p.m.