Learn R Programming

bedr (version 1.1.3)

check.binary: 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)

Value

TRUE or FALSE

Arguments

x

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

verbose

print log

Author

Daryl Waggott

Details

Used internally to determine functionality selection options.

Examples

Run this code
check.binary("bedtools")

Run the code above in your browser using DataLab